We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 526c950 commit a18b475Copy full SHA for a18b475
3 files changed
Cargo.toml
@@ -8,6 +8,11 @@ homepage = "https://github.com/ElementsProject/rust-elements/"
8
repository = "https://github.com/ElementsProject/rust-elements/"
9
documentation = "https://docs.rs/elements/"
10
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"
16
17
[features]
18
default = ["json-contract"]
clippy.toml
@@ -1,2 +1 @@
1
avoid-breaking-exported-api = true
2
-msrv = "1.63.0"
nightly-version
0 commit comments