Skip to content

Commit

Permalink
Merge #61
Browse files Browse the repository at this point in the history
61: Bump Version to 4.0.1 r=jonasbb a=jonasbb



Co-authored-by: Jonas Bushart <jonas@bushart.org>
  • Loading branch information
bors[bot] and jonasbb committed Jan 8, 2021
2 parents c7e1b91 + 92bde31 commit 2766a5c
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
Expand Up @@ -8,7 +8,7 @@ license = "Unlicense"
name = "misc_utils"
readme = "README.md"
repository = "https://github.com/jonasbb/rust_misc_utils"
version = "4.0.0"
version = "4.0.1"

[lib]
name = "misc_utils"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
variant_size_differences
)]
#![warn(rust_2018_idioms)]
#![doc(html_root_url = "https://docs.rs/misc_utils/4.0.0")]
#![doc(html_root_url = "https://docs.rs/misc_utils/4.0.1")]

//! This crate contains miscellaneous utility functions
//!
Expand Down

0 comments on commit 2766a5c

Please sign in to comment.