Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Qi LI
redoxfs
Commits
bede93cd
Verified
Commit
bede93cd
authored
Sep 08, 2019
by
Jeremy Soller
Browse files
0.3.7
parent
e869b3b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
bede93cd
...
...
@@ -15,16 +15,16 @@ name = "fuse"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.2.
54
(registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.
62
(registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.1
4
(registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.1
5
(registry+https://github.com/rust-lang/crates.io-index)",
"thread-scoped 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "libc"
version = "0.2.
54
"
version = "0.2.
62
"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
...
...
@@ -32,12 +32,12 @@ name = "log"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"log 0.4.
6
(registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.
8
(registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "log"
version = "0.4.
6
"
version = "0.4.
8
"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -45,7 +45,7 @@ dependencies = [
[[package]]
name = "pkg-config"
version = "0.3.1
4
"
version = "0.3.1
5
"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
...
...
@@ -53,7 +53,7 @@ name = "rand"
version = "0.3.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.2.
54
(registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.
62
(registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
]
...
...
@@ -63,10 +63,10 @@ version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.
54
(registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.
62
(registry+https://github.com/rust-lang/crates.io-index)",
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.
7
(registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.
8
(registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
...
...
@@ -74,12 +74,12 @@ name = "rand_core"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"rand_core 0.4.
0
(registry+https://github.com/rust-lang/crates.io-index)",
"rand_core 0.4.
2
(registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rand_core"
version = "0.4.
0
"
version = "0.4.
2
"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
...
...
@@ -97,10 +97,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "redoxfs"
version = "0.3.
6
"
version = "0.3.
7
"
dependencies = [
"fuse 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.
54
(registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.
62
(registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
"uuid 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -116,9 +116,9 @@ name = "time"
version = "0.1.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.2.
54
(registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.
62
(registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.
7
(registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.
8
(registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
...
...
@@ -131,7 +131,7 @@ dependencies = [
[[package]]
name = "winapi"
version = "0.3.
7
"
version = "0.3.
8
"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -152,19 +152,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33"
"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
"checksum fuse 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80e57070510966bfef93662a81cb8aa2b1c7db0964354fa9921434f04b9e8660"
"checksum libc 0.2.
54
(registry+https://github.com/rust-lang/crates.io-index)" = "
c6785aa7dd976f5fbf3b71cfd9cd49d7f783c1ff565a858d71031c6c313aa5c6
"
"checksum libc 0.2.
62
(registry+https://github.com/rust-lang/crates.io-index)" = "
34fcd2c08d2f832f376f4173a231990fa5aef4e99fb569867318a227ef4c06ba
"
"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
"checksum log 0.4.
6
(registry+https://github.com/rust-lang/crates.io-index)" = "
c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6
"
"checksum pkg-config 0.3.1
4
(registry+https://github.com/rust-lang/crates.io-index)" = "
676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c
"
"checksum log 0.4.
8
(registry+https://github.com/rust-lang/crates.io-index)" = "
14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7
"
"checksum pkg-config 0.3.1
5
(registry+https://github.com/rust-lang/crates.io-index)" = "
a7c1d2cfa5a714db3b5f24f0915e74fcdf91d09d496ba61329705dda7774d2af
"
"checksum rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)" = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
"checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
"checksum rand_core 0.4.
0
(registry+https://github.com/rust-lang/crates.io-index)" = "
d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0
"
"checksum rand_core 0.4.
2
(registry+https://github.com/rust-lang/crates.io-index)" = "
9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc
"
"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
"checksum thread-scoped 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bcbb6aa301e5d3b0b5ef639c9a9c7e2f1c944f177b460c04dc24c69b1fa2bd99"
"checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
"checksum uuid 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcc7e3b898aa6f6c08e5295b6c89258d1331e9ac578cc992fb818759951bdc22"
"checksum winapi 0.3.
7
(registry+https://github.com/rust-lang/crates.io-index)" = "
f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770
"
"checksum winapi 0.3.
8
(registry+https://github.com/rust-lang/crates.io-index)" = "
8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6
"
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
Cargo.toml
View file @
bede93cd
...
...
@@ -2,7 +2,7 @@
name
=
"redoxfs"
description
=
"The Redox Filesystem"
repository
=
"https://gitlab.redox-os.org/redox-os/redoxfs"
version
=
"0.3.
6
"
version
=
"0.3.
7
"
license-file
=
"LICENSE"
readme
=
"README.md"
authors
=
[
"Jeremy Soller <jackpot51@gmail.com>"
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment