Skip to content

Commit 0724cdd

Browse files
committed
chore: Migrate to Rust 2021 edition
1 parent cba0aba commit 0724cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/orhun/godsays"
1010
keywords = ["templeos"]
1111
categories = ["command-line-utilities", "web-programming::http-server"]
1212
include = ["src/**/*", "Cargo.*", "LICENSE", "README.md"]
13-
edition = "2018"
13+
edition = "2021"
1414
default-run = "godsays"
1515

1616
[features]

0 commit comments

Comments
 (0)