Update Cargo.toml

Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
Xiliang Chen 2020-09-09 20:41:38 +12:00 committed by GitHub
parent baded5a6f2
commit 8cd1b01cb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -13,9 +13,3 @@ license = "Apache-2.0/MIT"
[dependencies]
num-traits = { version = "0.2", default-features = false }
[features]
default = ["std"]
std = [
"num-traits/std",
]