Skip to content

Commit

Permalink
heapless: 0.7 -> 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM committed Nov 9, 2023
1 parent 5754997 commit 218f804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["embedded", "hardware-support", "no-std"]
homepage = "https://github.com/newAM/w5500-rs"

[features]
defmt = ["w5500-hl/defmt", "dep:defmt", "heapless/defmt-impl"]
defmt = ["w5500-hl/defmt", "dep:defmt", "heapless/defmt-03"]
eh0 = ["w5500-hl/eh0"]
eh1 = ["w5500-hl/eh1"]
ip_in_core = ["w5500-hl/ip_in_core"]
Expand All @@ -22,7 +22,7 @@ std = ["w5500-hl/std"]
w5500-hl = { path = "../hl", version = "0.11.0" }

cfg-if = "1"
heapless = { version = "0.7", default-features = false }
heapless = { version = "0.8", default-features = false }
hkdf = { version = "0.12", default-features = false }
hmac = { version = "0.12", default-features = false }
p256 = { version = "0.13", default-features = false, features = ["arithmetic", "ecdh"] }
Expand Down

0 comments on commit 218f804

Please sign in to comment.