Skip to content

Commit

Permalink
v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Aug 9, 2017
1 parent fb47718 commit 7b8b6c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "mime"
version = "0.3.2" # remember to update html_root_url
version = "0.3.3" # remember to update html_root_url
authors = ["Sean McArthur <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Strongly Typed Mimes"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
//! }
//! ```
#![doc(html_root_url = "https://docs.rs/mime/0.3.2")]
#![doc(html_root_url = "https://docs.rs/mime/0.3.3")]
#![deny(warnings)]
#![deny(missing_docs)]
#![deny(missing_debug_implementations)]
Expand Down

0 comments on commit 7b8b6c4

Please sign in to comment.