Skip to content

Commit e57e698

Browse files
committed
move nightly-version to Cargo.toml
1 parent 526c950 commit e57e698

4 files changed

Lines changed: 6 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ homepage = "https://github.com/ElementsProject/rust-elements/"
88
repository = "https://github.com/ElementsProject/rust-elements/"
99
documentation = "https://docs.rs/elements/"
1010
edition = "2018"
11+
rust-version = "1.63.0"
12+
13+
[workspace.metadata.rbmt.toolchains]
14+
nightly = "nightly-2025-09-27"
15+
stable = "1.95.0"
1116

1217
[features]
1318
default = ["json-contract"]

clippy.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
avoid-breaking-exported-api = true
2-
msrv = "1.63.0"

elementsd-tests/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "elementsd-tests"
33
version = "0.1.0"
44
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
55
edition = "2018"
6+
rust-version = "1.63.0"
67

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

nightly-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)