Skip to content

Commit

Permalink
Merge pull request #874 from sa-/patch-1
Browse files Browse the repository at this point in the history
Update the default edition for new projects
  • Loading branch information
messense authored Apr 6, 2022
2 parents 045a120 + 841624a commit 42943b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/Cargo.toml.j2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "{{ name }}"
version = "0.1.0"
edition = "2018"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 42943b6

Please sign in to comment.