Skip to content

Commit 1bddffa

Browse files
1 parent bee7a76 commit 1bddffa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ path = "Source/Sun.rs"
55
[build-dependencies]
66
serde = { version = "1.0.217", features = ["derive"] }
77
serde_json = { version = "1.0.138" }
8-
toml = { version = "0.8.19" }
8+
toml = { version = "0.8.20" }
99

1010
[dependencies]
1111
Echo = { version = "0.0.1", path = "../Echo" }
12-
async-trait = "0.1.85"
12+
async-trait = "0.1.86"
1313
futures = { version = "0.3.31" }
1414
serde = { version = "1.0.217", features = ["derive"] }
1515
tokio = { version = "1.43.0" }
@@ -26,7 +26,7 @@ autoexamples = false
2626
autotests = false
2727
default-run = "Sun"
2828
description = "Sun ☀️"
29-
edition = "2021"
29+
edition = "2024"
3030
license-file = "LICENSE"
3131
name = "Sun"
3232
publish = false

0 commit comments

Comments
 (0)