Skip to content

Commit dfb9579

Browse files
committed
Fix build on x86_64-unknown-cloudabi, bump version
1 parent bf32336 commit dfb9579

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)