Skip to content

Commit c58a4fe

Browse files
committed
Update edition to 2024
Just keeping up with the passage of time Signed-off-by: Samuel Giddins <[email protected]>
1 parent 068fdf0 commit c58a4fe

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)