Skip to content

Commit

Permalink
incompatibility: --publish-pow has been disabled
Browse files Browse the repository at this point in the history
bumped nostr-sdk to 0.21.0
  • Loading branch information
8go committed May 3, 2023
1 parent 6f0e6f7 commit b720d66
Show file tree
Hide file tree
Showing 6 changed files with 249 additions and 146 deletions.
116 changes: 103 additions & 13 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 @@ -2,7 +2,7 @@

[package]
name = "nostr-commander"
version = "0.1.4"
version = "0.2.0"
edition = "2021"
description = "simple but convenient CLI-based Nostr client app for publishing,sending and subscribing"
documentation = "https://docs.rs/nostr-commander"
Expand All @@ -20,7 +20,7 @@ publish = true
[dependencies]
anyhow = "1.0"
# 0.20
nostr-sdk = { version = "0.20", features = ["blocking", "all-nips", "nip04", "nip06"] }
nostr-sdk = { version = "0.21", features = ["blocking", "all-nips", "nip04", "nip06"] }
tokio = { version = "1.27", features = ["full"] }
clap = { version = "4.2", features = ["derive", "color", "wrap_help", "unicode"] }
thiserror = "1.0"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,8 @@ Options:
Publish one or multiple notes with proof-of-work (POW). Details:: Use
also '--pow-difficulty' to specify difficulty. See also '--publish'
to see how shortcut characters '-' (pipe) and '_' (streamed pipe) are
handled
handled. Disabled since version nostr-commander-rs 0.2.0 (nostr-sdk
0.21)
--dm [<KEY+MSGS>...]
Send one or multiple DMs to one given user. Details:: DM messages
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.4
0.2.0
3 changes: 2 additions & 1 deletion help.manual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ Options:
Publish one or multiple notes with proof-of-work (POW). Details:: Use
also '--pow-difficulty' to specify difficulty. See also '--publish'
to see how shortcut characters '-' (pipe) and '_' (streamed pipe) are
handled
handled. Disabled since version nostr-commander-rs 0.2.0 (nostr-sdk
0.21)

--dm [<KEY+MSGS>...]
Send one or multiple DMs to one given user. Details:: DM messages
Expand Down
Loading

0 comments on commit b720d66

Please sign in to comment.