fix rust toolchain hash

This commit is contained in:
Clément DOUIN 2023-06-04 00:06:11 +02:00
parent 308805db17
commit 696834c8dc
No known key found for this signature in database
GPG key ID: 353E4A18EE0FAB72
4 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View file

@ -1187,7 +1187,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]] [[package]]
name = "himalaya" name = "himalaya"
version = "0.8.0" version = "0.8.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"atty", "atty",

View file

@ -1,7 +1,7 @@
[package] [package]
name = "himalaya" name = "himalaya"
description = "CLI to manage your emails." description = "CLI to manage your emails."
version = "0.8.0" version = "0.8.1"
authors = ["soywod <clement.douin@posteo.net>"] authors = ["soywod <clement.douin@posteo.net>"]
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"

View file

@ -2,7 +2,7 @@ fenix:
let let
file = ./rust-toolchain.toml; file = ./rust-toolchain.toml;
sha256 = "eMJethw5ZLrJHmoN2/l0bIyQjoTX1NsvalWSscTixpI="; sha256 = "gdYqng0y9iHYzYPAdkC/ka3DRny3La/S5G8ASj0Ayyc=";
in in
{ {
fromFile = { system }: fenix.packages.${system}.fromToolchainFile { fromFile = { system }: fenix.packages.${system}.fromToolchainFile {

View file

@ -7,5 +7,5 @@ pub mod output;
pub mod printer; pub mod printer;
pub mod ui; pub mod ui;
pub use cache::*; pub use cache::IdMapper;
pub use domain::*; pub use domain::*;