diff --git a/Cargo.toml b/Cargo.toml index 8ab31ef56..d0ad6bed3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,11 +64,6 @@ v3 = ["md5", "rand"] v4 = ["rand"] v5 = ["sha1", "rand"] -# deprecated -#------------------------ -# Use `"std"` instead -use_std = ["std"] - # since rust 1.26.0 u128 = ["byteorder"]