Skip to content

Commit 8f05cbe

Browse files
committed
build: bump serde-json-core version to 0.6.0
This commit bumps the version of serde-json-core to the latest one.
1 parent 79605d1 commit 8f05cbe

File tree

2 files changed

+7
-83
lines changed

2 files changed

+7
-83
lines changed

Cargo.lock

+6-82
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ default-target = "riscv32imac-unknown-none-elf"
1515
semihosting = { version = "0.1.7", features = ["args"], optional = true }
1616
embedded-test-macros = { version = "0.6.1", path = "./macros" }
1717
serde = { version = "1.0.193", default-features = false, features = ["derive"] }
18-
serde-json-core = { version = "0.5.1" }
18+
serde-json-core = "0.6.0"
1919
heapless = "0.8.0"
2020

2121
# Optional dependencies

0 commit comments

Comments
 (0)