Skip to content

Commit

Permalink
Bump version (v0.4.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
KokaKiwi committed Feb 10, 2020
1 parent 85fe726 commit 78359a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hex"
version = "0.4.0"
version = "0.4.1"
authors = ["KokaKiwi <kokakiwi@kokakiwi.net>"]
description = "Encoding and decoding data into/from hexadecimal representation."
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -36,4 +36,4 @@ serde_json = "1.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -21,7 +21,7 @@
//! # assert_eq!(hex_string, "48656c6c6f20776f726c6421");
//! ```

#![doc(html_root_url = "https://docs.rs/hex/0.4.0")]
#![doc(html_root_url = "https://docs.rs/hex/0.4.1")]
#![cfg_attr(not(feature = "std"), no_std)]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![allow(clippy::unreadable_literal)]
Expand Down

0 comments on commit 78359a8

Please sign in to comment.