Skip to content

Commit

Permalink
Merge pull request #53 from rustaceanrob/doc-link
Browse files Browse the repository at this point in the history
Fix bad link
  • Loading branch information
rustaceanrob authored Jun 4, 2024
2 parents 0c00dce + 632d014 commit f526ee5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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 protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "bip324"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
license-file = "LICENSE"
description = "Encrypted messaging over the Bitcoin P2P Protocol as specified by BIP 324"
repository = "https://github.com/rustaceanrob/bip324"
repository = "https://github.com/rust-bitcoin/bip324"
readme = "README.md"
rust-version = "1.56.1"

Expand Down
2 changes: 1 addition & 1 deletion proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.2.0"
edition = "2021"
license-file = "LICENSE"
description = "BIP324 proxy enabling v1-only clients to use the v2 Bitcoin P2P Protocol"
repository = "https://github.com/rustaceanrob/bip324"
repository = "https://github.com/rust-bitcoin/bip324"
readme = "README.md"
rust-version = "1.56.1"

Expand Down

0 comments on commit f526ee5

Please sign in to comment.