0.5.13: Remove failure dependency and fix no_std
... | ... | @@ -2,7 +2,7 @@ |
name = "redoxfs" | ||
description = "The Redox Filesystem" | ||
repository = "https://gitlab.redox-os.org/redox-os/redoxfs" | ||
version = "0.5.12" | ||
version = "0.5.13" | ||
license-file = "LICENSE" | ||
readme = "README.md" | ||
authors = ["Jeremy Soller <jackpot51@gmail.com>"] | ||
... | ... | @@ -35,7 +35,6 @@ aes = { version = "=0.7.5", default-features = false } |
argon2 = { version = "0.3.4", default-features = false, features = ["alloc"] } | ||
base64ct = { version = "1", default-features = false } | ||
env_logger = { version = "0.9.0", optional = true } | ||
failure = "0.1.8" | ||
getrandom = { version = "0.2.5", optional = true } | ||
libc = "0.2" | ||
log = { version = "0.4.14", default-features = false, optional = true} | ||
... | ... |
Please register or sign in to comment