Skip to content

Commit 85318e8

Browse files
committed
move nightly-version to Cargo.toml
1 parent 1ecd36b commit 85318e8

3 files changed

Lines changed: 5 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"

nightly-version

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

0 commit comments

Comments
 (0)