Skip to content

Commit

Permalink
Merge pull request #5165 from wasmerio/5.0.0-rc.1-post-release
Browse files Browse the repository at this point in the history
5.0.0-rc.1 post release
  • Loading branch information
syrusakbary authored Oct 24, 2024
2 parents 6e27abc + f7708fa commit 9510522
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ members = [
"lib/wasm-interface",
"lib/journal",
"lib/swift",
"lib/package",
"tests/integration/cli",
"tests/integration/ios",
"tests/lib/compiler-test-derive",
Expand Down
8 changes: 5 additions & 3 deletions lib/swift/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name = "wasmer-swift"
version = "0.1.0"
edition = "2021"
description = "Experimental wasmer bindings for swift"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand All @@ -13,14 +15,14 @@ name = "wasmer_swift"
thiserror = "1"
tokio = { version = "1.28.1", features = [ "rt" ], default-features = false }
uniffi = "0.27"
virtual-fs = { path = "../virtual-fs", version = "0.18.0", default-features = false, features = [
virtual-fs = { path = "../virtual-fs", version = "=0.18.0", default-features = false, features = [
"webc-fs",
] }
wasmer = { version = "5.0.0-rc.1", path = "../api", default-features = false, features = [
wasmer = { version = "=5.0.0-rc.1", path = "../api", default-features = false, features = [
"wamr",
"std",
] }
wasmer-wasix.workspace = true
wasmer-wasix = { version = "=0.29.0", path = "../wasix" }
webc.workspace = true


Expand Down

0 comments on commit 9510522

Please sign in to comment.