mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-04 18:10:18 +00:00
Post release fixup
These were things missing from the release that I had to add to ship 0.17.0
This commit is contained in:
parent
1e720815cd
commit
3c15336a8e
@ -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
|
||||
@ -20,6 +21,7 @@ optional = true
|
||||
|
||||
[dependencies.wasmer-llvm-backend]
|
||||
path = "../llvm-backend"
|
||||
version = "0.17.0"
|
||||
optional = true
|
||||
|
||||
[dependencies.wasmer-clif-backend]
|
||||
|
@ -1,6 +1,7 @@
|
||||
[package]
|
||||
name = "wasmer-llvm-backend"
|
||||
version = "0.16.2"
|
||||
description = "Wasmer runtime LLVM compiler backend"
|
||||
license = "MIT"
|
||||
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
|
||||
repository = "https://github.com/wasmerio/wasmer"
|
||||
|
@ -39,6 +39,7 @@ wabt = "0.9.1"
|
||||
|
||||
[dependencies.wasmer-llvm-backend]
|
||||
path = "../llvm-backend"
|
||||
version = "0.17.0"
|
||||
optional = true
|
||||
|
||||
[features]
|
||||
|
Loading…
Reference in New Issue
Block a user