Skip to content

Commit

Permalink
Bump rhai to v1.14.0 and rhai_dylib to v0.1.8 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziosestito authored May 5, 2023
1 parent 51bfc92 commit 04712e5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions native/rhai_rustler/Cargo.lock

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

4 changes: 2 additions & 2 deletions native/rhai_rustler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ path = "src/lib.rs"
crate-type = ["cdylib"]

[dependencies]
rhai = { version = "=1.13.0", features = ["sync"] }
rhai-dylib = { version = "0.1.7", features = ["sync"] }
rhai = { version = "=1.14.0", features = ["sync"] }
rhai-dylib = { version = "0.1.8", features = ["sync"] }
thiserror = "1.0.39"
rustler = "0.28.0"
8 changes: 4 additions & 4 deletions native/test_dylib_module/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 native/test_dylib_module/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ path = "src/lib.rs"
crate-type = ["cdylib"]

[dependencies]
rhai-dylib = { version = "=0.1.7", features = ["sync"] }
rhai-dylib = { version = "=0.1.8", features = ["sync"] }
rustler = "0.28.0"

0 comments on commit 04712e5

Please sign in to comment.