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