File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " libc"
3
- version = " 0.2.129 "
3
+ version = " 0.2.130 "
4
4
authors = [" The Rust Project Developers" ]
5
5
license = " MIT OR Apache-2.0"
6
6
readme = " README.md"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " libc-test"
3
- version = " 0.2.129 "
3
+ version = " 0.2.130 "
4
4
authors = [" The Rust Project Developers" ]
5
5
license = " MIT OR Apache-2.0"
6
6
build = " build.rs"
@@ -12,7 +12,7 @@ A test crate for the libc crate.
12
12
13
13
[dependencies .libc ]
14
14
path = " .."
15
- version = " 0.2.129 "
15
+ version = " 0.2.130 "
16
16
default-features = false
17
17
18
18
[build-dependencies ]
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ pub const MSG_MORE: ::c_int = 0x10;
85
85
pub const MSG_NOSIGNAL : :: c_int = 0x20 ;
86
86
pub const MSG_TRUNC : :: c_int = 0x04 ;
87
87
pub const MSG_CTRUNC : :: c_int = 0x08 ;
88
- pub const MSG_EOR : c_int = 0x08 ;
88
+ pub const MSG_EOR : :: c_int = 0x08 ;
89
89
90
90
pub const PTHREAD_STACK_MIN : :: size_t = 768 ;
91
91
You can’t perform that action at this time.
0 commit comments