Skip to content

Commit

Permalink
Merge pull request #1346 from wasmerio/revert-1343-blake3_update
Browse files Browse the repository at this point in the history
Revert "update blake3 to version 0.3.0"
  • Loading branch information
syrusakbary authored Mar 30, 2020
2 parents b3c9abc + 3463841 commit d2e1098
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions lib/runtime-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ version = "0.11"
[dependencies.serde-bench]
version = "0.0.7"
[dependencies.blake3]
version = "0.3.0"
version = "0.2.0"
[dependencies.digest]
version = "0.8"

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

[build-dependencies]
blake3 = "0.3.0"
blake3 = "0.2.0"
rustc_version = "0.2"
cc = "1.0"

Expand Down

0 comments on commit d2e1098

Please sign in to comment.