Skip to content

Commit

Permalink
Release v0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Dec 20, 2016
1 parent 7058dea commit ba36f50
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![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)

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

Bindings to OSX's Security Framework.

Expand Down
4 changes: 2 additions & 2 deletions security-framework-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "security-framework-sys"
version = "0.1.9"
version = "0.1.10"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Security Framework bindings"
repository = "https://github.com/sfackler/rust-security-framework"
documentation = "https://sfackler.github.io/rust-security-framework/doc/v0.1.9/security_framework_sys"
documentation = "https://sfackler.github.io/rust-security-framework/doc/v0.1.10/security_framework_sys"
readme = "../README.md"
keywords = ["OSX", "iOS", "TLS", "SSL", "crypto"]
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion security-framework-sys/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://sfackler.github.io/rust-security-framework/doc/v0.1.9")]
#![doc(html_root_url = "https://sfackler.github.io/rust-security-framework/doc/v0.1.10")]
#![allow(non_upper_case_globals)]

extern crate core_foundation_sys;
Expand Down
4 changes: 2 additions & 2 deletions security-framework/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "security-framework"
version = "0.1.9"
version = "0.1.10"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Security Framework bindings"
repository = "https://github.com/sfackler/rust-security-framework"
documentation = "https://sfackler.github.io/rust-security-framework/doc/v0.1.9/security_framework"
documentation = "https://sfackler.github.io/rust-security-framework/doc/v0.1.10/security_framework"
readme = "../README.md"
keywords = ["OSX", "iOS", "TLS", "SSL", "crypto"]
exclude = ["test/*"]
Expand Down
2 changes: 1 addition & 1 deletion security-framework/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Wrappers around the OSX Security Framework.

#![doc(html_root_url = "https://sfackler.github.io/rust-security-framework/doc/v0.1.9")]
#![doc(html_root_url = "https://sfackler.github.io/rust-security-framework/doc/v0.1.10")]
#![warn(missing_docs)]
#![allow(non_upper_case_globals)]

Expand Down

0 comments on commit ba36f50

Please sign in to comment.