Browse Source

Make `u128-support` feature opt-in rather than default.

master
Sean Bowe 7 years ago
parent
commit
636a037bb1
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
  1. 2
      Cargo.toml

2
Cargo.toml

@ -17,4 +17,4 @@ clippy = { version = "0.0.151", optional = true }
[features]
unstable-features = []
u128-support = []
default = ["u128-support"]
default = []

Loading…
Cancel
Save