Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Sep 5, 2017
1 parent 9f870d2 commit 5ae74bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[package]
name = "foreign-types"
version = "0.2.0"
version = "0.3.0"
authors = ["Steven Fackler <[email protected]>"]
license = "MIT/Apache-2.0"
description = "A framework for Rust wrappers over C APIs"
repository = "https://github.com/sfackler/foreign-types"
documentation = "https://docs.rs/foreign-types/0.2.0/foreign_types"
readme = "README.md"

[dependencies]
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
//! ```
#![no_std]
#![warn(missing_docs)]
#![doc(html_root_url="https://docs.rs/foreign-types/0.2.0")]
#![doc(html_root_url="https://docs.rs/foreign-types/0.3")]

use core::cell::UnsafeCell;

Expand Down

0 comments on commit 5ae74bf

Please sign in to comment.