cargo: change Rust edition
This commit is contained in:
parent
31c259271d
commit
fb1414205a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
authors = ["Sridhar Ratnakumar <srid@srid.ca>"]
|
authors = ["Sridhar Ratnakumar <srid@srid.ca>"]
|
||||||
edition = "2018"
|
edition = "2021"
|
||||||
# If you change the name here, you must also do it in flake.nix (and run `cargo generate-lockfile` afterwards)
|
# If you change the name here, you must also do it in flake.nix (and run `cargo generate-lockfile` afterwards)
|
||||||
name = "rust-nix-template"
|
name = "rust-nix-template"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
|
Loading…
Reference in a new issue