Introduce stable arithmetic to avoid nightly/unstable features for some platforms.
This commit is contained in:
@@ -17,3 +17,5 @@ clippy = { version = "0.0.151", optional = true }
|
||||
[features]
|
||||
unstable-wnaf = []
|
||||
unstable-features = ["unstable-wnaf"]
|
||||
u128-support = []
|
||||
default = ["u128-support"]
|
||||
|
||||
Reference in New Issue
Block a user