Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
redoxfs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
George Malandrakis
redoxfs
Commits
1701198b
Commit
1701198b
authored
7 years ago
by
Jeremy Soller
Browse files
Options
Downloads
Patches
Plain Diff
0.3.0
parent
47c9acc4
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Cargo.lock
+13
-13
13 additions, 13 deletions
Cargo.lock
Cargo.toml
+1
-1
1 addition, 1 deletion
Cargo.toml
with
14 additions
and
14 deletions
Cargo.lock
+
13
−
13
View file @
1701198b
...
@@ -21,10 +21,10 @@ dependencies = [
...
@@ -21,10 +21,10 @@ dependencies = [
[[package]]
[[package]]
name = "fuse"
name = "fuse"
version = "0.3.
0
"
version = "0.3.
1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
dependencies = [
"libc 0.2.3
2
(registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.3
3
(registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
"thread-scoped 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"thread-scoped 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
...
@@ -42,7 +42,7 @@ dependencies = [
...
@@ -42,7 +42,7 @@ dependencies = [
[[package]]
[[package]]
name = "libc"
name = "libc"
version = "0.2.3
2
"
version = "0.2.3
3
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
[[package]]
...
@@ -57,11 +57,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
...
@@ -57,11 +57,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
[[package]]
name = "rand"
name = "rand"
version = "0.3.1
7
"
version = "0.3.1
8
"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
dependencies = [
"fuchsia-zircon 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"fuchsia-zircon 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.3
2
(registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.3
3
(registry+https://github.com/rust-lang/crates.io-index)",
]
]
[[package]]
[[package]]
...
@@ -71,10 +71,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
...
@@ -71,10 +71,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
[[package]]
name = "redoxfs"
name = "redoxfs"
version = "0.
2
.0"
version = "0.
3
.0"
dependencies = [
dependencies = [
"fuse 0.3.
0
(registry+https://github.com/rust-lang/crates.io-index)",
"fuse 0.3.
1
(registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.3
2
(registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.3
3
(registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
"spin 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"spin 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
...
@@ -97,7 +97,7 @@ version = "0.1.38"
...
@@ -97,7 +97,7 @@ version = "0.1.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
dependencies = [
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.3
2
(registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.3
3
(registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
]
...
@@ -107,7 +107,7 @@ name = "uuid"
...
@@ -107,7 +107,7 @@ name = "uuid"
version = "0.5.1"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
dependencies = [
"rand 0.3.1
7
(registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.3.1
8
(registry+https://github.com/rust-lang/crates.io-index)",
]
]
[[package]]
[[package]]
...
@@ -124,12 +124,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
...
@@ -124,12 +124,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d"
"checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d"
"checksum fuchsia-zircon 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f6c0581a4e363262e52b87f59ee2afe3415361c6ec35e665924eb08afe8ff159"
"checksum fuchsia-zircon 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f6c0581a4e363262e52b87f59ee2afe3415361c6ec35e665924eb08afe8ff159"
"checksum fuchsia-zircon-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "43f3795b4bae048dc6123a6b972cadde2e676f9ded08aef6bb77f5f157684a82"
"checksum fuchsia-zircon-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "43f3795b4bae048dc6123a6b972cadde2e676f9ded08aef6bb77f5f157684a82"
"checksum fuse 0.3.
0
(registry+https://github.com/rust-lang/crates.io-index)" = "
5087262ce5b36fed6ccd4abf0a8224e48d055a2bb07fecb5605765de6f114a28
"
"checksum fuse 0.3.
1
(registry+https://github.com/rust-lang/crates.io-index)" = "
80e57070510966bfef93662a81cb8aa2b1c7db0964354fa9921434f04b9e8660
"
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
"checksum libc 0.2.3
2
(registry+https://github.com/rust-lang/crates.io-index)" = "5
6cce3130fd040c28df6f495c8492e5ec5808fb4c9093c310df02b0c8f030148
"
"checksum libc 0.2.3
3
(registry+https://github.com/rust-lang/crates.io-index)" = "5
ba3df4dcb460b9dfbd070d41c94c19209620c191b0340b929ce748a2bcd42d2
"
"checksum log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "880f77541efa6e5cc74e76910c9884d9859683118839d6a1dc3b11e63512565b"
"checksum log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "880f77541efa6e5cc74e76910c9884d9859683118839d6a1dc3b11e63512565b"
"checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903"
"checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903"
"checksum rand 0.3.1
7
(registry+https://github.com/rust-lang/crates.io-index)" = "6
1efcbcd9fa8d8fbb07c84e34a8af18a1ff177b449689ad38a6e9457ecc7b2ae
"
"checksum rand 0.3.1
8
(registry+https://github.com/rust-lang/crates.io-index)" = "6
475140dfd8655aeb72e1fd4b7a1cc1c202be65d71669476e392fe62532b9edd
"
"checksum redox_syscall 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)" = "8dde11f18c108289bef24469638a04dce49da56084f2d50618b226e47eb04509"
"checksum redox_syscall 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)" = "8dde11f18c108289bef24469638a04dce49da56084f2d50618b226e47eb04509"
"checksum spin 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7e4deb3c2455c73779e6d3eebceae9599fc70957e54c69fe88f93aa48e62f432"
"checksum spin 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7e4deb3c2455c73779e6d3eebceae9599fc70957e54c69fe88f93aa48e62f432"
"checksum thread-scoped 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bcbb6aa301e5d3b0b5ef639c9a9c7e2f1c944f177b460c04dc24c69b1fa2bd99"
"checksum thread-scoped 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bcbb6aa301e5d3b0b5ef639c9a9c7e2f1c944f177b460c04dc24c69b1fa2bd99"
...
...
This diff is collapsed.
Click to expand it.
Cargo.toml
+
1
−
1
View file @
1701198b
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
name
=
"redoxfs"
name
=
"redoxfs"
description
=
"The Redox Filesystem"
description
=
"The Redox Filesystem"
repository
=
"https://github.com/redox-os/redoxfs"
repository
=
"https://github.com/redox-os/redoxfs"
version
=
"0.
2
.0"
version
=
"0.
3
.0"
license-file
=
"LICENSE"
license-file
=
"LICENSE"
readme
=
"README.md"
readme
=
"README.md"
authors
=
[
"Jeremy Soller <jackpot51@gmail.com>"
]
authors
=
[
"Jeremy Soller <jackpot51@gmail.com>"
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment