Commits on Source (1)
-
Jeremy Soller authored
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
name = "redoxfs" | name = "redoxfs" | ||
description = "The Redox Filesystem" | description = "The Redox Filesystem" | ||
repository = "https://gitlab.redox-os.org/redox-os/redoxfs" | repository = "https://gitlab.redox-os.org/redox-os/redoxfs" | ||
version = "0.5.7" | version = "0.5.8" | ||
license-file = "LICENSE" | license-file = "LICENSE" | ||
readme = "README.md" | readme = "README.md" | ||
authors = ["Jeremy Soller <jackpot51@gmail.com>"] | authors = ["Jeremy Soller <jackpot51@gmail.com>"] | ||
... | @@ -39,11 +39,11 @@ failure = "0.1.8" | ... | @@ -39,11 +39,11 @@ failure = "0.1.8" |
getrandom = { version = "0.2.5", optional = true } | getrandom = { version = "0.2.5", optional = true } | ||
libc = "0.2" | libc = "0.2" | ||
log = { version = "0.4.14", default-features = false, optional = true} | log = { version = "0.4.14", default-features = false, optional = true} | ||
redox_syscall = { git = "https://gitlab.redox-os.org/redox-os/syscall.git" } | redox_syscall = "0.4" | ||
range-tree = { git = "https://gitlab.redox-os.org/redox-os/range-tree.git" } | range-tree = "0.1" | ||
seahash = { version = "4.1.0", default-features = false } | seahash = { version = "4.1.0", default-features = false } | ||
termion = { version = "1.5.6", optional = true } | termion = { version = "1.5.6", optional = true } | ||
uuid = { version = "0.5", default-features = false } | uuid = { version = "1.4", default-features = false } | ||
# https://github.com/rexlunae/simple-endian-rs/pull/5 | # https://github.com/rexlunae/simple-endian-rs/pull/5 | ||
[dependencies.redox_simple_endian] | [dependencies.redox_simple_endian] | ||
... | ... |