Skip to content

Commit

Permalink
Merge pull request #853 from smoltcp-rs/update-heapless
Browse files Browse the repository at this point in the history
Update heapless to v0.8
  • Loading branch information
Dirbaio authored Nov 8, 2023
2 parents 2c28779 + 10b8933 commit 9b791ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ libc = { version = "0.2.18", optional = true }
bitflags = { version = "1.0", default-features = false }
defmt = { version = "0.3", optional = true }
cfg-if = "1.0.0"
heapless = "0.7.15"
heapless = "0.8"

[dev-dependencies]
env_logger = "0.10"
Expand All @@ -37,7 +37,7 @@ rstest = "0.17"
std = ["managed/std", "alloc"]
alloc = ["managed/alloc", "defmt?/alloc"]
verbose = []
defmt = [ "dep:defmt", "heapless/defmt", "heapless/defmt-impl" ]
defmt = [ "dep:defmt", "heapless/defmt-03" ]
"medium-ethernet" = ["socket"]
"medium-ip" = ["socket"]
"medium-ieee802154" = ["socket", "proto-sixlowpan"]
Expand Down

0 comments on commit 9b791ae

Please sign in to comment.