fix std dependency, blame Monadic Cat

pull/2/head
theoddgarlic 2022-08-02 07:05:57 +00:00
parent e50b7beb8a
commit e36982f3b7
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
once_cell = { version = "1.10.0", default-features = false, features = ["std"], optional = true }
once_cell = { version = "1.10.0", default-features = false, optional = true }
rand_core = { version = "0.6", default-features = false, optional = true }
rand_pcg = { version = "0.3.1", default-features = false, optional = true }