Rust nightly update - cpuid

This commit is contained in:
Guillume DIDIER 2021-06-10 11:21:38 +02:00
parent f9fd75e3e9
commit 451bc99fdc

View File

@ -7,8 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
itertools = { version = "0.9.0", default-features = false }
#cstr_core = {version = "0.2.0", optional = true, features = ["alloc"] }
itertools = { version = "0.10.0", default-features = false }
[features]
use_std = ["itertools/use_std"]