Skip to content

Commit

Permalink
build(native): switch to wasmcloud-otp branch
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Jul 21, 2023
1 parent b8da016 commit b1b3adf
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 18 deletions.
64 changes: 49 additions & 15 deletions host_core/native/hostcore_wasmcloud_native/Cargo.lock

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

6 changes: 3 additions & 3 deletions host_core/native/hostcore_wasmcloud_native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ path = "src/lib.rs"
crate-type = ["dylib"]

[dependencies]
wasmcloud = { git = "https://github.com/wasmcloud/wasmcloud" }
wasmcloud = { git = "https://github.com/wasmcloud/wasmcloud", branch = "wasmcloud-otp" }
rustler = "0.27.0"
lazy_static = "1.0"
async-trait = "0.1.66"
serde = {version = "1.0.126", features = ["derive"] }
serde_bytes = "0.11.5"
nkeys = "0.2.0"
nkeys = "0.3.0"
futures = "0.3.27"
wascap = "0.10.1"
wascap = "0.11"
ring = "0.16.20"
rand = "0.8.5"
log = "0.4.17"
Expand Down

0 comments on commit b1b3adf

Please sign in to comment.