Skip to content

Commit 58c94b7

Browse files
authored
Merge pull request #29 from tkaitchuck/release
Release 0.1.16
2 parents 13148fc + 1cc1943 commit 58c94b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ readme = "README.md"
1111
edition = "2018"
1212

1313
[dependencies]
14-
const-random-macro = { path = "macro", version = "0.1.15"}
14+
const-random-macro = { path = "macro", version = "0.1.16"}

macro/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "const-random-macro"
3-
version = "0.1.15"
3+
version = "0.1.16"
44
license = "MIT OR Apache-2.0"
55
repository = "https://github.com/tkaitchuck/constrandom"
66
documentation = "https://docs.rs/const-random"

0 commit comments

Comments
 (0)