bump deps & rust edition
This commit is contained in:
+3
-3
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "mhy-kcp"
|
||||
version.workspace = true
|
||||
edition = "2021"
|
||||
edition = "2024"
|
||||
|
||||
[features]
|
||||
fastack-conserve = []
|
||||
@@ -10,11 +10,11 @@ tokio = ["dep:tokio"]
|
||||
[dependencies]
|
||||
bytes = "1.6.0"
|
||||
log = "0.4.21"
|
||||
thiserror = "1.0.58"
|
||||
thiserror = "2.0.11"
|
||||
tokio = { version = "1.37.0", optional = true, features = ["io-util"] }
|
||||
|
||||
[dev-dependencies]
|
||||
time = "0.3.34"
|
||||
rand = "0.8.5"
|
||||
rand = "0.9.0"
|
||||
env_logger = "0.11.3"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user