From 451bc99fdc484859e3c087102fb6f40da397bcec Mon Sep 17 00:00:00 2001 From: Guillume DIDIER Date: Thu, 10 Jun 2021 11:21:38 +0200 Subject: [PATCH] Rust nightly update - cpuid --- cpuid/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cpuid/Cargo.toml b/cpuid/Cargo.toml index 5403adc..2be9de7 100644 --- a/cpuid/Cargo.toml +++ b/cpuid/Cargo.toml @@ -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"]