Skip to content

Commit

Permalink
fix: Bump to v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KokaKiwi committed Feb 18, 2020
1 parent 4bc3e21 commit be0c32f
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,6 +1,6 @@
[package]
name = "hex"
version = "0.4.1"
version = "0.4.2"
authors = ["KokaKiwi <[email protected]>"]
description = "Encoding and decoding data into/from hexadecimal representation."
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
//! # assert_eq!(hex_string, "48656c6c6f20776f726c6421");
//! ```

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

0 comments on commit be0c32f

Please sign in to comment.