Skip to content

Commit 4fbdfce

Browse files
committed
Bump to 0.1.4
1 parent ba9a502 commit 4fbdfce

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 = "rlibc"
4-
version = "0.1.3"
4+
version = "0.1.4"
55
authors = ["The Rust Project Developers"]
66

77
license = "MIT/Apache-2.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Add this to your `Cargo.toml`:
1212
```toml
1313
[dependencies]
1414

15-
rlibc = "*"
15+
rlibc = "0.1"
1616
```
1717

1818
And add this to your crate root:

0 commit comments

Comments
 (0)