Skip to content

Commit 492a0ba

Browse files
committed
Updated Bend dependency
1 parent 1898aad commit 492a0ba

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/benda/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ crate-type = ["cdylib"]
1515
# "extension-module" feature is required to publish the module to PyPi.
1616
[dependencies]
1717
pyo3 = { version = "0.21.2", features = ["extension-module"] }
18-
bend-lang = "=0.2.33"
18+
bend-lang = "=0.2.36"
1919
num-bigint = "0.4.5"
2020
num-traits = "0.2.19"
2121
rustpython-parser = "0.3.1"

0 commit comments

Comments
 (0)