Make `u128-support` feature opt-in rather than default.
This commit is contained in:
parent
2540ab30fb
commit
636a037bb1
|
@ -17,4 +17,4 @@ clippy = { version = "0.0.151", optional = true }
|
|||
[features]
|
||||
unstable-features = []
|
||||
u128-support = []
|
||||
default = ["u128-support"]
|
||||
default = []
|
||||
|
|
Loading…
Reference in New Issue