diff --git a/Cargo.lock b/Cargo.lock index 176a0c2..6e06587 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1187,7 +1187,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "himalaya" -version = "0.8.0" +version = "0.8.1" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index 18a694e..3a0821d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "himalaya" description = "CLI to manage your emails." -version = "0.8.0" +version = "0.8.1" authors = ["soywod "] edition = "2021" license = "MIT" diff --git a/rust-toolchain.nix b/rust-toolchain.nix index 64dccb8..bc525ab 100644 --- a/rust-toolchain.nix +++ b/rust-toolchain.nix @@ -2,7 +2,7 @@ fenix: let file = ./rust-toolchain.toml; - sha256 = "eMJethw5ZLrJHmoN2/l0bIyQjoTX1NsvalWSscTixpI="; + sha256 = "gdYqng0y9iHYzYPAdkC/ka3DRny3La/S5G8ASj0Ayyc="; in { fromFile = { system }: fenix.packages.${system}.fromToolchainFile { diff --git a/src/lib.rs b/src/lib.rs index 962bab0..f22abe8 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -7,5 +7,5 @@ pub mod output; pub mod printer; pub mod ui; -pub use cache::*; +pub use cache::IdMapper; pub use domain::*;