Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiming Jing committed Jan 27, 2019
1 parent d793921 commit 575d47d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mesalink"
version = "0.7.2"
version = "0.8.0"
edition = "2018"
authors = ["The MesaLink Project Contributors"]
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ LT_PREREQ([2.2])
LT_INIT
LT_LANG([C])

MESALINK_LIBRARY_VERSION=11:0:0
MESALINK_LIBRARY_VERSION=12:0:0
# | | |
# +------+ | +---+
# | | |
Expand Down
1 change: 0 additions & 1 deletion src/libcrypto/bio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ impl<'a> DerefMut for MesalinkBioInner<'a> {
}
}


/// A structure used for the implementation of new BIO types
#[allow(non_camel_case_types)]
#[repr(C)]
Expand Down

0 comments on commit 575d47d

Please sign in to comment.