Skip to content

Commit c177c44

Browse files
Merge #1310
1310: upgrade the blake3 dependency to 0.2 r=MarkMcCaskey a=oconnor663 Version 0.2 makes assembly implementations available. They're off by default, and I haven't enabled them here, because they require the build machine to have a C toolchain installed. But if that's already a requirement for Wasmer, we could enable them with the `"c"` feature, for both better runtime performance and faster build times. Co-authored-by: Jack O'Connor <[email protected]>
2 parents de05784 + 1cbafeb commit c177c44

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/runtime-core/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ version = "0.11"
3939
[dependencies.serde-bench]
4040
version = "0.0.7"
4141
[dependencies.blake3]
42-
version = "0.1.0"
42+
version = "0.2.0"
4343
[dependencies.digest]
4444
version = "0.8"
4545

4646
[target.'cfg(windows)'.dependencies]
4747
winapi = { version = "0.3", features = ["memoryapi"] }
4848

4949
[build-dependencies]
50-
blake3 = "0.1.0"
50+
blake3 = "0.2.0"
5151
rustc_version = "0.2"
5252
cc = "1.0"
5353

0 commit comments

Comments
 (0)