summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCharles Hall <charles@computer.surgery>2022-12-23 00:20:05 -0800
committerCharles Hall <charles@computer.surgery>2022-12-23 00:30:36 -0800
commit315944968b4f84c31f7f1396a8409b4a13e52709 (patch)
treeb9e58d06c33007fa967b988e0a043ef8a94d15f1 /Cargo.toml
parent9f74555c88a7705f393c3175e9bda60aaf438c62 (diff)
downloadconduit-315944968b4f84c31f7f1396a8409b4a13e52709.zip
remind people to update the hash
And offer help since it's pretty easy but impossible if you don't have Nix installed.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 019f9ce..16c04bc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,9 +7,13 @@ homepage = "https://conduit.rs"
repository = "https://gitlab.com/famedly/conduit"
readme = "README.md"
version = "0.6.0-alpha"
-rust-version = "1.64"
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
[dependencies]