Skip to content

Commit d106977

Browse files
committed
v0.3.0
1 parent 155548f commit d106977

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22

33
name = "mime"
4-
version = "0.2.6"
4+
version = "0.3.0" # remember to update html_root_url
55
authors = ["Sean McArthur <sean.monstar@gmail.com>"]
66
license = "MIT/Apache-2.0"
77
description = "Strongly Typed Mimes"
8-
documentation = "http://hyperium.github.io/mime.rs"
9-
repository = "https://github.com/hyperium/mime.rs"
8+
documentation = "https://docs.rs/mime"
9+
repository = "https://github.com/hyperium/mime"
1010
keywords = ["mime", "media-extensions", "media-types"]
1111

1212
[dependencies]

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
//! }
2424
//! ```
2525
26-
#![doc(html_root_url = "https://docs.rs/mime")]
26+
#![doc(html_root_url = "https://docs.rs/mime/0.3.0")]
2727
#![deny(warnings)]
2828
#![deny(missing_docs)]
2929
#![deny(missing_debug_implementations)]

0 commit comments

Comments
 (0)