Skip to content

Commit efbfb25

Browse files
committed
Bump nostr-sdk to 45f8ebf4
1 parent 3128ed3 commit efbfb25

File tree

2 files changed

+14
-82
lines changed

2 files changed

+14
-82
lines changed

rust/Cargo.lock

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

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ crate-type = ["cdylib", "staticlib"]
1010
[dependencies]
1111
anyhow = "1.0"
1212
flutter_rust_bridge = "=2.0.0"
13-
nostr-sdk = { version = "0.37", default-features = false, features = ["all-nips"] }
13+
nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "45f8ebf4da89dc8db5a8aea4610476e70bdb540f", default-features = false, features = ["all-nips"] }
1414

1515
[build-dependencies]
1616
flutter_rust_bridge_codegen = "=2.0.0"

0 commit comments

Comments
 (0)