Skip to content

Commit

Permalink
revert 'Update heapless (jamesmunns#115)'
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Aug 19, 2024
1 parent 93d4ba2 commit c06dd2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/postcard/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ rustdoc-args = ["--cfg", "docsrs"]
[dependencies]

[dependencies.heapless]
version = "0.8.0"
version = "0.7.0"
default-features = false
features = ["serde"]
optional = true
Expand Down Expand Up @@ -78,7 +78,7 @@ embedded-io-04 = ["dep:embedded-io-04"]
embedded-io-06 = ["dep:embedded-io-06"]

use-std = ["serde/std", "alloc"]
heapless-cas = ["heapless", "heapless/portable-atomic"]
heapless-cas = ["heapless", "heapless/cas"]
alloc = ["serde/alloc", "embedded-io-04?/alloc", "embedded-io-06?/alloc"]
use-defmt = ["defmt"]
use-crc = ["crc", "paste"]
Expand Down

0 comments on commit c06dd2f

Please sign in to comment.