Skip to content

Commit

Permalink
nostr: bump to v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yukibtc committed Feb 6, 2023
1 parent 8ee2ef1 commit 2b6234c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/nostr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nostr"
version = "0.17.0"
version = "0.18.0"
edition = "2021"
description = "Rust implementation of the Nostr protocol."
authors = ["Yuki Kishimoto <yukikishimoto@proton.me>"]
Expand Down
2 changes: 1 addition & 1 deletion crates/nostr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ If you're writing a typical Nostr client or bot, you may be interested in [nostr

```toml
[dependencies]
nostr = "0.17"
nostr = "0.18"
tungstenite = { version = "0.18", features = ["rustls-tls-webpki-roots"]}
```

Expand Down

0 comments on commit 2b6234c

Please sign in to comment.