Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
liblibc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
redox-os
liblibc
Commits
8adb9c54
Commit
8adb9c54
authored
May 03, 2016
by
bors
Browse files
Options
Browse Files
Download
Plain Diff
Auto merge of #274 - alexcrichton:bump, r=alexcrichton
Bump to 0.2.11 Closes #273
parents
e2af6236
959c6ab2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
19 deletions
+11
-19
Cargo.toml
Cargo.toml
+1
-1
libc-test/Cargo.lock
libc-test/Cargo.lock
+10
-18
No files found.
Cargo.toml
View file @
8adb9c54
[package]
name
=
"libc"
version
=
"0.2.1
0
"
version
=
"0.2.1
1
"
authors
=
[
"The Rust Project Developers"
]
license
=
"MIT/Apache-2.0"
readme
=
"README.md"
...
...
libc-test/Cargo.lock
View file @
8adb9c54
...
...
@@ -3,7 +3,7 @@ name = "libc-test"
version = "0.1.0"
dependencies = [
"ctest 0.1.0 (git+https://github.com/alexcrichton/ctest)",
"libc 0.2.1
0
",
"libc 0.2.1
1
",
]
[[package]]
...
...
@@ -16,18 +16,18 @@ name = "ctest"
version = "0.1.0"
source = "git+https://github.com/alexcrichton/ctest#a6becb6d7fd23d9863cba86eac31d1ffc4082734"
dependencies = [
"gcc 0.3.2
5
(registry+https://github.com/rust-lang/crates.io-index)",
"gcc 0.3.2
8
(registry+https://github.com/rust-lang/crates.io-index)",
"syntex_syntax 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gcc"
version = "0.3.2
5
"
version = "0.3.2
8
"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "kernel32-sys"
version = "0.2.
1
"
version = "0.2.
2
"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
...
...
@@ -41,24 +41,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
version = "0.2.10"
version = "0.2.11"
[[package]]
name = "log"
version = "0.3.
5
"
version = "0.3.
6
"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rustc-serialize"
version = "0.3.1
8
"
version = "0.3.1
9
"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
...
...
@@ -68,8 +60,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.
5
(registry+https://github.com/rust-lang/crates.io-index)",
"rustc-serialize 0.3.1
8
(registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.
6
(registry+https://github.com/rust-lang/crates.io-index)",
"rustc-serialize 0.3.1
9
(registry+https://github.com/rust-lang/crates.io-index)",
"term 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
...
...
@@ -79,7 +71,7 @@ name = "term"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"kernel32-sys 0.2.
1
(registry+https://github.com/rust-lang/crates.io-index)",
"kernel32-sys 0.2.
2
(registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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