Skip to content

Commit

Permalink
Specify rust-version 1.63 in Cargo.toml
Browse files Browse the repository at this point in the history
Both `payjoin` and `payjoin-cli` use 1.63.0 as MSRV. Specifying the
MSRV in Cargo.toml ensures it displpays on crates.io.
  • Loading branch information
DanGould committed Jul 8, 2024
1 parent 87e1064 commit 398d59e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions payjoin-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ keywords = ["bip78", "payjoin", "bitcoin"]
categories = ["cryptography::cryptocurrencies", "network-programming"]
license = "MITNFA"
edition = "2021"
rust-version = "1.63"
resolver = "2"
exclude = ["tests"]

Expand Down
1 change: 1 addition & 0 deletions payjoin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ categories = ["api-bindings", "cryptography::cryptocurrencies", "network-program
license = "MITNFA"
resolver = "2"
edition = "2021"
rust-version = "1.63"
exclude = ["tests"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 398d59e

Please sign in to comment.