Skip to content

Commit 87c06de

Browse files
committed
(cargo-release) version 0.7.0
1 parent 66c497b commit 87c06de

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The format is based on [Keep a Changelog] and this project adheres to
88
[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/
99
[Semantic Versioning]: http://semver.org/spec/v2.0.0.html
1010

11-
## [Unreleased]
11+
## [0.7.0] - 2019-05-12
1212

1313
### Fixed
1414
- Yanked previous version (0.6.4), because updating the

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libffi-sys"
3-
version = "0.6.5-alpha.0"
3+
version = "0.7.0"
44
authors = ["Jesse A. Tov <[email protected]>"]
55
links = "ffi"
66
build = "build.rs"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ can add
2929

3030
```toml
3131
[dependencies]
32-
libffi-sys = "0.6.4"
32+
libffi-sys = "0.7.0"
3333
```
3434

3535
to your `Cargo.toml` and

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc(html_root_url = "https://docs.rs/libffi-sys/0.6.4")]
1+
#![doc(html_root_url = "https://docs.rs/libffi-sys/0.7.0")]
22
//! Low-level Rust bindings for [libffi](https://sourceware.org/libffi/)
33
//!
44
//! The C libffi library provides two main facilities: assembling calls
@@ -21,7 +21,7 @@
2121
//!
2222
//! ```toml
2323
//! [dependencies]
24-
//! libffi-sys = "0.6.4"
24+
//! libffi-sys = "0.7.0"
2525
//! ```
2626
//!
2727
//! to your `Cargo.toml` and

0 commit comments

Comments
 (0)