Skip to content

Commit

Permalink
Merge #1438
Browse files Browse the repository at this point in the history
1438: Post release fixup r=MarkMcCaskey a=MarkMcCaskey

Had to do `--allow-dirty` to ship these changes in 0.17.0





Co-authored-by: Mark McCaskey <mark@wasmer.io>
Co-authored-by: Mark McCaskey <5770194+MarkMcCaskey@users.noreply.github.com>
  • Loading branch information
3 people authored May 11, 2020
2 parents 80d9935 + 11afbb0 commit d562119
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
edition = "2018"
publish = true
description = "The high-level public API of the Wasmer WebAssembly runtime"
readme = "README.md"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -20,6 +21,7 @@ optional = true

[dependencies.wasmer-llvm-backend]
path = "../llvm-backend"
version = "0.17.0"
optional = true

[dependencies.wasmer-clif-backend]
Expand Down
1 change: 1 addition & 0 deletions lib/llvm-backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "wasmer-llvm-backend"
version = "0.17.0"
description = "Wasmer runtime LLVM compiler backend"
license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
repository = "https://github.com/wasmerio/wasmer"
Expand Down
1 change: 1 addition & 0 deletions lib/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ wabt = "0.9.1"

[dependencies.wasmer-llvm-backend]
path = "../llvm-backend"
version = "0.17.0"
optional = true

[features]
Expand Down

0 comments on commit d562119

Please sign in to comment.