Skip to content

Commit 57ba1fa

Browse files
committed
Bump to 0.2.0
1 parent 5478578 commit 57ba1fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "libc"
4-
version = "0.1.12"
4+
version = "0.2.0"
55
authors = ["The Rust Project Developers"]
66
license = "MIT/Apache-2.0"
77
readme = "README.md"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ First, add the following to your `Cargo.toml`:
1515

1616
```toml
1717
[dependencies]
18-
libc = "0.1"
18+
libc = "0.2"
1919
```
2020

2121
Next, add this to your crate root:

0 commit comments

Comments
 (0)