Skip to content

Commit 263301e

Browse files
Update Rust crate kble-socket to 0.4.0
1 parent 32fc169 commit 263301e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hal/uart-kble/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
c2a-core = "4"
99
once_cell = "1"
1010
futures = "0.3"
11-
kble-socket = { version = "0.3.0", features = ["axum"] }
11+
kble-socket = { version = "0.4.0", features = ["axum"] }
1212
tokio = { version = "1", features = ["sync", "rt"] }
1313
axum = { version = "0.6", default-features = false, features = ["tokio", "http1", "ws"] }
1414
anyhow = "1"

0 commit comments

Comments
 (0)