Skip to content

Commit ba36f50

Browse files
committed
Release v0.1.10
1 parent 7058dea commit ba36f50

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/sfackler/rust-security-framework.svg?branch=master)](https://travis-ci.org/sfackler/rust-security-framework) [![Latest Version](https://img.shields.io/crates/v/security-framework.svg)](https://crates.io/crates/security-framework)
44

5-
[Documentation](https://sfackler.github.io/rust-security-framework/doc/v0.1.9/security_framework)
5+
[Documentation](https://sfackler.github.io/rust-security-framework/doc/v0.1.10/security_framework)
66

77
Bindings to OSX's Security Framework.
88

security-framework-sys/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "security-framework-sys"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
authors = ["Steven Fackler <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "Security Framework bindings"
77
repository = "https://github.com/sfackler/rust-security-framework"
8-
documentation = "https://sfackler.github.io/rust-security-framework/doc/v0.1.9/security_framework_sys"
8+
documentation = "https://sfackler.github.io/rust-security-framework/doc/v0.1.10/security_framework_sys"
99
readme = "../README.md"
1010
keywords = ["OSX", "iOS", "TLS", "SSL", "crypto"]
1111
build = "build.rs"

security-framework-sys/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc(html_root_url = "https://sfackler.github.io/rust-security-framework/doc/v0.1.9")]
1+
#![doc(html_root_url = "https://sfackler.github.io/rust-security-framework/doc/v0.1.10")]
22
#![allow(non_upper_case_globals)]
33

44
extern crate core_foundation_sys;

security-framework/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "security-framework"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
authors = ["Steven Fackler <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "Security Framework bindings"
77
repository = "https://github.com/sfackler/rust-security-framework"
8-
documentation = "https://sfackler.github.io/rust-security-framework/doc/v0.1.9/security_framework"
8+
documentation = "https://sfackler.github.io/rust-security-framework/doc/v0.1.10/security_framework"
99
readme = "../README.md"
1010
keywords = ["OSX", "iOS", "TLS", "SSL", "crypto"]
1111
exclude = ["test/*"]

security-framework/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Wrappers around the OSX Security Framework.
22
3-
#![doc(html_root_url = "https://sfackler.github.io/rust-security-framework/doc/v0.1.9")]
3+
#![doc(html_root_url = "https://sfackler.github.io/rust-security-framework/doc/v0.1.10")]
44
#![warn(missing_docs)]
55
#![allow(non_upper_case_globals)]
66

0 commit comments

Comments
 (0)