Skip to content

Commit 1cafd85

Browse files
committed
Deserializing strings in place.
1 parent e695aa6 commit 1cafd85

File tree

4 files changed

+218
-174
lines changed

4 files changed

+218
-174
lines changed

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0"
1010
name = "serde-json-core"
1111
readme = "README.md"
1212
repository = "https://github.com/rust-embedded-community/serde-json-core"
13-
version = "0.5.1"
13+
version = "0.6.0"
1414

1515
[dependencies]
1616
ryu = "1.0.5"
@@ -30,6 +30,7 @@ optional = true
3030

3131
[dev-dependencies]
3232
serde_derive = "1.0.100"
33+
heapless = { version = "0.8", features = ["serde"] }
3334

3435
[features]
3536
default = ["heapless"]

0 commit comments

Comments
 (0)