Skip to content

Commit

Permalink
Merge pull request #29 from tkaitchuck/release
Browse files Browse the repository at this point in the history
Release 0.1.16
  • Loading branch information
tkaitchuck authored Oct 23, 2023
2 parents 13148fc + 1cc1943 commit 58c94b7
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 @@ -11,4 +11,4 @@ readme = "README.md"
edition = "2018"

[dependencies]
const-random-macro = { path = "macro", version = "0.1.15"}
const-random-macro = { path = "macro", version = "0.1.16"}
2 changes: 1 addition & 1 deletion macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "const-random-macro"
version = "0.1.15"
version = "0.1.16"
license = "MIT OR Apache-2.0"
repository = "https://github.com/tkaitchuck/constrandom"
documentation = "https://docs.rs/const-random"
Expand Down

0 comments on commit 58c94b7

Please sign in to comment.