Skip to content

Commit d00711a

Browse files
authored
Merge pull request #27 from rubytogether/segiddins/update-edition-to-2024
Update edition to 2024
2 parents 293ecd6 + c58a4fe commit d00711a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "kirby"
33
version = "0.1.0"
4-
edition = "2018"
4+
edition = "2024"
55
authors = ["André Arko <[email protected]>"]
66
repository = "https://rubytogether.org/kirby"
77
default-run = "kirby"
@@ -15,7 +15,7 @@ futures = "0.3"
1515
lazy_static = "1.1.0"
1616
log = "0.4.5"
1717
nom = "4.0"
18-
percent-encoding = "2.1.0"
18+
percent-encoding = "2.1.0"
1919
rayon = "1.0.2"
2020
regex = "1"
2121
rusoto_core = { version="0.42", default-features=false, features=["rustls"] }

0 commit comments

Comments
 (0)