Skip to content

Commit

Permalink
Version bump 1.0.9 -> 1.0.10 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e authored Mar 30, 2024
1 parent 9e50575 commit 880307d
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 = "macrotest"
version = "1.0.9" # remember to update in lib.rs
version = "1.0.10" # remember to update in lib.rs
authors = ["eupn <[email protected]>"]
edition = "2018"
rust-version = "1.56"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![crate_type = "lib"]
#![doc(html_root_url = "https://docs.rs/macrotest/1.0.9")]
#![doc(html_root_url = "https://docs.rs/macrotest/1.0.10")]

//! #### &emsp; Test harness for macro expansion.
//!
Expand Down

0 comments on commit 880307d

Please sign in to comment.