Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
golemparts committed Aug 14, 2022
1 parent c4e35c8 commit 33713c9
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 = "blinkt"
version = "0.6.0" # Also update html_root_url in lib.rs
version = "0.7.0" # Also update html_root_url in lib.rs
edition = "2021"
rust-version = "1.56.0"
authors = ["Rene van der Meer <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
//! ```
//!
// Used by rustdoc to link other crates to blinkt's docs
#![doc(html_root_url = "https://docs.rs/blinkt/0.6.0")]
#![doc(html_root_url = "https://docs.rs/blinkt/0.7.0")]
#![allow(clippy::trivially_copy_pass_by_ref)]

use std::error;
Expand Down

0 comments on commit 33713c9

Please sign in to comment.