0.6.5
... | ... | @@ -2,7 +2,7 @@ |
name = "redoxfs" | ||
description = "The Redox Filesystem" | ||
repository = "https://gitlab.redox-os.org/redox-os/redoxfs" | ||
version = "0.6.4" | ||
version = "0.6.5" | ||
license-file = "LICENSE" | ||
readme = "README.md" | ||
authors = ["Jeremy Soller <jackpot51@gmail.com>"] | ||
... | ... | @@ -46,7 +46,7 @@ termion = { version = "2", optional = true } |
uuid = { version = "1.4", default-features = false } | ||
redox-path = "0.3.0" | ||
libredox = { version = "0.1.3", optional = true } | ||
redox-scheme = { git = "https://gitlab.redox-os.org/4lDO2/redox-scheme.git", branch = "schemev2plus" } | ||
redox-scheme = "0.2.1" | ||
[features] | ||
default = ["std", "log"] | ||
... | ... |
Please register or sign in to comment