Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Kaitchuck <[email protected]>
  • Loading branch information
tkaitchuck committed Oct 25, 2022
1 parent 904c7db commit 1a6acab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "const-random"
version = "0.1.14"
version = "0.1.15"
license = "MIT OR Apache-2.0"
repository = "https://github.com/tkaitchuck/constrandom"
documentation = "https://docs.rs/const-random"
Expand All @@ -11,5 +11,5 @@ readme = "README.md"
edition = "2018"

[dependencies]
const-random-macro = { path = "macro", version = "0.1.14"}
const-random-macro = { path = "macro", version = "0.1.15"}
proc-macro-hack = { version = "0.5" }
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.14"
version = "0.1.15"
license = "MIT OR Apache-2.0"
repository = "https://github.com/tkaitchuck/constrandom"
documentation = "https://docs.rs/const-random"
Expand Down

0 comments on commit 1a6acab

Please sign in to comment.