Skip to content

Commit

Permalink
build(native): update rustler
Browse files Browse the repository at this point in the history
rusterlium/rustler#544

Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Jul 21, 2023
1 parent 14b183b commit c72d3a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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.

2 changes: 1 addition & 1 deletion host_core/native/hostcore_wasmcloud_native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["dylib"]

[dependencies]
wasmcloud = { git = "https://github.com/wasmcloud/wasmcloud", branch = "wasmcloud-otp" }
rustler = "0.27.0"
rustler = "0.29"
lazy_static = "1.0"
async-trait = "0.1.66"
serde = {version = "1.0.126", features = ["derive"] }
Expand Down

0 comments on commit c72d3a8

Please sign in to comment.