cargo: change Rust edition

This commit is contained in:
Sridhar Ratnakumar 2023-06-26 15:25:49 -04:00
parent 31c259271d
commit fb1414205a

View file

@ -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"