Skip to content

Commit

Permalink
Update BLAKE3 to 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Dec 20, 2024
1 parent ac44d22 commit 455aa40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/blake3_dotnet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "blake3_dotnet"
version = "0.3.0"
version = "0.4.0"
authors = ["Alexandre Mutel <[email protected]>"]
edition = "2018"

[dependencies]
blake3 = "1.4.1"
libc = "0.2.147"
blake3 = "1.5.5"
libc = "0.2.169"

[profile.release]
lto = true
Expand Down

0 comments on commit 455aa40

Please sign in to comment.