Skip to content

Commit

Permalink
Bump heapless dependency to v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM committed Nov 13, 2023
1 parent be7598f commit 097ea74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 69 deletions.
72 changes: 4 additions & 68 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aead/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ crypto-common = "=0.2.0-pre"
arrayvec = { version = "0.7", optional = true, default-features = false }
blobby = { version = "0.3", optional = true }
bytes = { version = "1", optional = true, default-features = false }
heapless = { version = "0.7", optional = true, default-features = false }
heapless = { version = "0.8", optional = true, default-features = false }

[features]
default = ["rand_core"]
Expand Down

0 comments on commit 097ea74

Please sign in to comment.