Skip to content

Commit

Permalink
bumped version of dependencies update-informer v0.6.0 -> v1.0.0, etc
Browse files Browse the repository at this point in the history
  • Loading branch information
8go committed May 24, 2023
1 parent f1095de commit b879edd
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 74 deletions.
90 changes: 35 additions & 55 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.2.1"
version = "0.2.2"
edition = "2021"
description = "simple but convenient CLI-based Nostr client app for publishing,sending and subscribing"
documentation = "https://docs.rs/nostr-commander"
Expand Down Expand Up @@ -30,7 +30,7 @@ serde_json = "1.0"
tracing-subscriber = "0.3"
tracing = "0.1"
directories = "5.0"
update-informer = "0.6"
update-informer = "1.0"
chrono = "0.4"
json = "0.12"
atty = "0.2"
Expand Down
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,15 +412,11 @@ Options:
[default: text]
Possible values:
- text:
Text: Indicates to print human readable text, default
- json:
Json: Indicates to print output in Json format
- json-max:
Json Max: Indicates to to print the maximum anount of output in
- text: Text: Indicates to print human readable text, default
- json: Json: Indicates to print output in Json format
- json-max: Json Max: Indicates to to print the maximum anount of output in
Json format
- json-spec:
Json Spec: Indicates to to print output in Json format, but only
- json-spec: Json Spec: Indicates to to print output in Json format, but only
data that is according to Nostr Specifications
-l, --listen
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.2.2
12 changes: 4 additions & 8 deletions help.manual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -271,15 +271,11 @@ Options:
[default: text]

Possible values:
- text:
Text: Indicates to print human readable text, default
- json:
Json: Indicates to print output in Json format
- json-max:
Json Max: Indicates to to print the maximum anount of output in
- text: Text: Indicates to print human readable text, default
- json: Json: Indicates to print output in Json format
- json-max: Json Max: Indicates to to print the maximum anount of output in
Json format
- json-spec:
Json Spec: Indicates to to print output in Json format, but only
- json-spec: Json Spec: Indicates to to print output in Json format, but only
data that is according to Nostr Specifications

-l, --listen
Expand Down

0 comments on commit b879edd

Please sign in to comment.