We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bee7a76 commit 1bddffaCopy full SHA for 1bddffa
Cargo.toml
@@ -5,11 +5,11 @@ path = "Source/Sun.rs"
5
[build-dependencies]
6
serde = { version = "1.0.217", features = ["derive"] }
7
serde_json = { version = "1.0.138" }
8
-toml = { version = "0.8.19" }
+toml = { version = "0.8.20" }
9
10
[dependencies]
11
Echo = { version = "0.0.1", path = "../Echo" }
12
-async-trait = "0.1.85"
+async-trait = "0.1.86"
13
futures = { version = "0.3.31" }
14
15
tokio = { version = "1.43.0" }
@@ -26,7 +26,7 @@ autoexamples = false
26
autotests = false
27
default-run = "Sun"
28
description = "Sun ☀️"
29
-edition = "2021"
+edition = "2024"
30
license-file = "LICENSE"
31
name = "Sun"
32
publish = false
0 commit comments