Skip to content

Commit

Permalink
nostr: bump to v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yukibtc committed Jan 15, 2023
1 parent 446f1f0 commit 49a2532
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.13.0"
version = "0.14.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 @@ -14,7 +14,7 @@ Rust implementation of Nostr protocol.

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

Expand Down

0 comments on commit 49a2532

Please sign in to comment.