Skip to content

Commit

Permalink
Use latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
larziwau authored Dec 11, 2024
1 parent f6e9197 commit 2ba589a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/esp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ version = "1.0.0"
edition = "2024"

[dependencies]
simd-adler32 = { version = "0.3.7", default-features = false }
bytebuffer = "2.3.0"
crc32fast = "1.4.2"
simd-adler32 = { version = "*", default-features = false }
bytebuffer = "*"
crc32fast = "*"

[dev-dependencies]
globed-derive = { path = "../derive" }

0 comments on commit 2ba589a

Please sign in to comment.