Skip to content

Commit

Permalink
Merge pull request #14 from rustyconover/dependabot/cargo/duckdb_eval…
Browse files Browse the repository at this point in the history
…expr_rhai_rust/rhai-1.20.0

build(deps): bump rhai from 1.19.0 to 1.20.0 in /duckdb_evalexpr_rhai_rust
  • Loading branch information
rustyconover authored Nov 5, 2024
2 parents c1678b5 + 4105174 commit 7bc8487
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
17 changes: 13 additions & 4 deletions duckdb_evalexpr_rhai_rust/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 duckdb_evalexpr_rhai_rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name = "duckdb_evalexpr_rhai_rust"
crate-type = ["staticlib"]

[dependencies]
rhai = { version = "1.19.0", features = ["serde"] }
rhai = { version = "1.20.0", features = ["serde"] }
rhai-fs = "0.1.3"
rhai-rand = "0.1.6"
rhai-sci = { version = "0.2.1", features = ["nalgebra", "rand"], default-features=false }
Expand Down

0 comments on commit 7bc8487

Please sign in to comment.