mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-11-16 06:01:05 +01:00
remind people to update the hash
And offer help since it's pretty easy but impossible if you don't have Nix installed.
This commit is contained in:
parent
9f74555c88
commit
315944968b
2 changed files with 6 additions and 3 deletions
|
@ -7,9 +7,13 @@ homepage = "https://conduit.rs"
|
||||||
repository = "https://gitlab.com/famedly/conduit"
|
repository = "https://gitlab.com/famedly/conduit"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
version = "0.6.0-alpha"
|
version = "0.6.0-alpha"
|
||||||
rust-version = "1.64"
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
# When changing this, change the hash near the text "THE rust-version HASH" in
|
||||||
|
# `/flake.nix` too. If you don't have Nix installed or otherwise don't know how
|
||||||
|
# to do this, ping `@charles:computer.surgery` in the matrix room.
|
||||||
|
rust-version = "1.64"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
@ -32,8 +32,7 @@
|
||||||
# Use the Rust version defined in `Cargo.toml`
|
# Use the Rust version defined in `Cargo.toml`
|
||||||
channel = cargoToml.package.rust-version;
|
channel = cargoToml.package.rust-version;
|
||||||
|
|
||||||
# This will need to be updated when `package.rust-version` is changed in
|
# THE rust-version HASH
|
||||||
# `Cargo.toml`
|
|
||||||
sha256 = "sha256-8len3i8oTwJSOJZMosGGXHBL5BVuGQnWOT2St5YAUFU=";
|
sha256 = "sha256-8len3i8oTwJSOJZMosGGXHBL5BVuGQnWOT2St5YAUFU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue