From 263ab4afdb1268073e1cbbf010768198fae388ec Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Mon, 4 Mar 2019 09:48:27 -0800 Subject: [PATCH] Release foreign-types v0.4.0 --- foreign-types/Cargo.toml | 2 +- foreign-types/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/foreign-types/Cargo.toml b/foreign-types/Cargo.toml index 53983c6..68fb46f 100644 --- a/foreign-types/Cargo.toml +++ b/foreign-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "foreign-types" -version = "0.3.2" +version = "0.4.0" authors = ["Steven Fackler "] edition = "2018" license = "MIT/Apache-2.0" diff --git a/foreign-types/src/lib.rs b/foreign-types/src/lib.rs index 435515d..c413c15 100644 --- a/foreign-types/src/lib.rs +++ b/foreign-types/src/lib.rs @@ -190,7 +190,7 @@ //! ``` #![no_std] #![warn(missing_docs)] -#![doc(html_root_url = "https://docs.rs/foreign-types/0.3")] +#![doc(html_root_url = "https://docs.rs/foreign-types/0.4")] #[cfg(feature = "std")] extern crate std;