mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-11-01 20:07:02 +00:00
Make u128-support feature opt-in rather than default.
This commit is contained in:
@@ -17,4 +17,4 @@ clippy = { version = "0.0.151", optional = true }
|
|||||||
[features]
|
[features]
|
||||||
unstable-features = []
|
unstable-features = []
|
||||||
u128-support = []
|
u128-support = []
|
||||||
default = ["u128-support"]
|
default = []
|
||||||
|
|||||||
Reference in New Issue
Block a user