Skip to content

Commit

Permalink
fix trait import
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Huseby <[email protected]>
  • Loading branch information
dhuseby committed May 10, 2024
1 parent b086752 commit 22bd202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "multiutil"
version = "1.0.2"
version = "1.0.3"
edition = "2021"
authors = ["Dave Huseby <[email protected]>"]
description = "Multiformat utility functions and types"
Expand Down
2 changes: 1 addition & 1 deletion src/base_encoded.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Idnetifier: Apache-2.0
use crate::{
error::BaseEncodedError, prelude::Base, BaseEncoder, EncodingInfo, Error, DetectedEncoder,
error::BaseEncodedError, prelude::Base, BaseEncoder, EncodingInfo, Error, MultibaseEncoder,
};
use core::{
cmp::Ordering,
Expand Down

0 comments on commit 22bd202

Please sign in to comment.