Skip to content

Commit 93e8e23

Browse files
authored
feat: use edition 2024 by default in new projects (#329)
1 parent 37c18e5 commit 93e8e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cot-cli/src/project_template/Cargo.toml.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "{{ project_name }}"
33
version = "0.1.0"
4-
edition = "2021"
4+
edition = "2024"
55

66
[dependencies]
77
askama = "0.14"

0 commit comments

Comments
 (0)