Skip to content

Commit

Permalink
Revert "Update uniffi dependency"
Browse files Browse the repository at this point in the history
This reverts commit 97cdb48.

This can't be upgraded yet because uniffi-bindgen-go doesn't work with it yet. Needs to wait on NordSecurity/uniffi-bindgen-go#13
  • Loading branch information
jklein24 committed Nov 10, 2023
1 parent 6b032e5 commit 6423bb4
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
hex = "0.4.3"
uniffi = "0.24.3"
uniffi = "0.23.0"

# The `console_error_panic_hook` crate provides better debugging of panics by
# logging them with `console.error`. This is great for development, but requires
Expand All @@ -22,7 +22,7 @@ bitcoin_hashes = "0.13.0"
default = ["uniffi/cli"]

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

[lib]
crate-type = ["cdylib", "staticlib"]
Expand Down
Binary file modified uma-crypto-go/libs/darwin/amd64/libuma_crypto.a
Binary file not shown.
Binary file modified uma-crypto-go/libs/darwin/arm64/libuma_crypto.a
Binary file not shown.
Binary file modified uma-crypto-go/libs/linux/amd64/libuma_crypto.a
Binary file not shown.
Binary file modified uma-crypto-go/libs/linux/arm64/libuma_crypto.a
Binary file not shown.

0 comments on commit 6423bb4

Please sign in to comment.