Skip to content

Commit c89cce0

Browse files
committed
fix: make std enable serde-json-core/heapless
Signed-off-by: Kaspar Schleiser <[email protected]>
1 parent c5f262e commit c89cce0

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
### Fixed
11+
12+
- Make `std` enable `serde-json-core`'s `heapless` feature
13+
1014
## [0.6.2]
1115

1216
### Changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ default = ["semihosting", "panic-handler"]
3131
semihosting = ["dep:semihosting"]
3232

3333
# use std functionality
34-
std = []
34+
std = ["serde-json-core/heapless"]
3535

3636
# defines a panic-handler which will invoke `semihosting::process::abort()` on panic
3737
panic-handler = []

examples/std/Cargo.lock

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

0 commit comments

Comments
 (0)