Skip to content

Commit a5271f3

Browse files
authored
Merge pull request #66 from kaspar030/serde-json-core-std-heapless
fix: make std enable `serde-json-core/heapless`
2 parents c5f262e + c89cce0 commit a5271f3

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)