Skip to content

Commit

Permalink
Release foreign-types-shared v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Oct 13, 2019
1 parent 6730a07 commit fbae59e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion foreign-types-shared/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "foreign-types-shared"
version = "0.2.0"
version = "0.3.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion foreign-types-shared/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#![no_std]
#![warn(missing_docs)]
#![doc(html_root_url = "https://docs.rs/foreign-types-shared/0.2")]
#![doc(html_root_url = "https://docs.rs/foreign-types-shared/0.3")]

use core::cell::UnsafeCell;
use core::marker::PhantomData;
Expand Down
2 changes: 1 addition & 1 deletion foreign-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ std = ["foreign-types-macros/std"]

[dependencies]
foreign-types-macros = { version = "0.1", path = "../foreign-types-macros" }
foreign-types-shared = { version = "0.2", path = "../foreign-types-shared" }
foreign-types-shared = { version = "0.3", path = "../foreign-types-shared" }

0 comments on commit fbae59e

Please sign in to comment.