1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2024-09-29 20:08:53 +02:00

docs: update nix comment for rust-version in Cargo.toml

This commit is contained in:
Yusuf Bera Ertan 2023-01-28 00:14:58 +03:00
parent 5d913f7010
commit 11b9cfad5e
No known key found for this signature in database
GPG key ID: 1D8F8FAF2294D6EA

View file

@ -9,9 +9,10 @@ readme = "README.md"
version = "0.6.0-alpha" version = "0.6.0-alpha"
edition = "2021" edition = "2021"
# When changing this, change the hash near the text "THE rust-version HASH" in # When changing this, make sure to update the `flake.lock` file by running
# `/flake.nix` too. If you don't have Nix installed or otherwise don't know how # `nix flake update`. If you don't have Nix installed or otherwise don't know
# to do this, ping `@charles:computer.surgery` in the matrix room. # how to do this, ping `@charles:computer.surgery` or `@dusk:gaze.systems` in
# the matrix room.
rust-version = "1.64.0" rust-version = "1.64.0"
# 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