We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e695aa6 commit 9a06f6bCopy full SHA for 9a06f6b
Cargo.toml
@@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0"
10
name = "serde-json-core"
11
readme = "README.md"
12
repository = "https://github.com/rust-embedded-community/serde-json-core"
13
-version = "0.5.1"
+version = "0.6.0"
14
15
[dependencies]
16
ryu = "1.0.5"
@@ -30,6 +30,7 @@ optional = true
30
31
[dev-dependencies]
32
serde_derive = "1.0.100"
33
+heapless = { version = "0.8", features = ["serde"] }
34
35
[features]
36
default = ["heapless"]
0 commit comments