Skip to content

Commit f5636fc

Browse files
authored
Merge pull request #1171 from alexcrichton/bump
Fix build on x86_64-unknown-cloudabi, bump version
2 parents bf32336 + dfb9579 commit f5636fc

File tree

3 files changed

+67
-66
lines changed

3 files changed

+67
-66
lines changed

Cargo.lock

Lines changed: 65 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libc"
3-
version = "0.2.44"
3+
version = "0.2.45"
44
authors = ["The Rust Project Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

src/cloudabi/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
use dox::Option;
12

23
pub type int8_t = i8;
34
pub type int16_t = i16;

0 commit comments

Comments
 (0)