Skip to content

Commit

Permalink
chore: pin uniffi to version 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderbiscuit committed Jan 10, 2024
1 parent e798e15 commit ef08013
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 70 deletions.
144 changes: 77 additions & 67 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions bdk-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ default = ["uniffi/cli"]

[dependencies]
bdk = { version = "0.29.0", features = ["all-keys", "use-esplora-ureq", "sqlite-bundled", "rpc"] }
uniffi = { version = "0.23.0" }
uniffi = { version = "=0.23.0" }

[build-dependencies]
uniffi = { version = "0.23.0", features = ["build"] }
uniffi = { version = "=0.23.0", features = ["build"] }

[dev-dependencies]
uniffi = { version = "0.23.0", features = ["bindgen-tests"] }
uniffi = { version = "=0.23.0", features = ["bindgen-tests"] }
assert_matches = "1.5.0"

0 comments on commit ef08013

Please sign in to comment.