Skip to content

Commit

Permalink
switch to 23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
camfairchild committed Dec 5, 2024
1 parent acad96a commit 46b6bbd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name = "bt_decode"
crate-type = ["cdylib"]

[dependencies.pyo3]
version = "0.22.3"
version = "0.23.3"
features = ["extension-module"]

[dependencies.custom_derive]
Expand All @@ -30,4 +30,4 @@ scale-info = { version = "2.11.2", features = [ "serde" ], default-features = fa
serde_json = { version = "1.0.127", features = [ "alloc" ], default-features = false }
scale-bits = { version = "0.4.0", default-features = false }
scale-value = { version = "0.16.2", default-features = false }
pythonize = "0.22.0"
pythonize = "0.23.0"

0 comments on commit 46b6bbd

Please sign in to comment.