Skip to content

Commit

Permalink
Release foreign-types v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Mar 4, 2019
1 parent 40c718c commit 263ab4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion foreign-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "foreign-types"
version = "0.3.2"
version = "0.4.0"
authors = ["Steven Fackler <[email protected]>"]
edition = "2018"
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion foreign-types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 263ab4a

Please sign in to comment.