File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog] and this project adheres to
8
8
[ Keep a Changelog ] : http://keepachangelog.com/en/1.0.0/
9
9
[ Semantic Versioning ] : http://semver.org/spec/v2.0.0.html
10
10
11
- ## [ Unreleased ]
11
+ ## [ 0.7.0 ] - 2019-05-12
12
12
13
13
### Fixed
14
14
- Yanked previous version (0.6.4), because updating the
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " libffi-sys"
3
- version = " 0.6.5-alpha .0"
3
+ version = " 0.7 .0"
4
4
authors = [
" Jesse A. Tov <[email protected] >" ]
5
5
links = " ffi"
6
6
build = " build.rs"
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ can add
29
29
30
30
``` toml
31
31
[dependencies ]
32
- libffi-sys = " 0.6.4 "
32
+ libffi-sys = " 0.7.0 "
33
33
```
34
34
35
35
to your ` Cargo.toml ` and
Original file line number Diff line number Diff line change 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 " ) ]
2
2
//! Low-level Rust bindings for [libffi](https://sourceware.org/libffi/)
3
3
//!
4
4
//! The C libffi library provides two main facilities: assembling calls
21
21
//!
22
22
//! ```toml
23
23
//! [dependencies]
24
- //! libffi-sys = "0.6.4 "
24
+ //! libffi-sys = "0.7.0 "
25
25
//! ```
26
26
//!
27
27
//! to your `Cargo.toml` and
You can’t perform that action at this time.
0 commit comments