Skip to content

Commit 32aa7fb

Browse files
chore: Release hipcheck-macros-v0.3.0
1 parent 7b4c1bf commit 32aa7fb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hipcheck-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "hipcheck-macros"
33
description = "Helper macros for the `hipcheck` crate."
44
repository = "https://github.com/mitre/hipcheck"
5-
version = "0.2.0"
5+
version = "0.3.0"
66
edition = "2021"
77
license = "Apache-2.0"
88

hipcheck/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dirs = "5.0.1"
3030
duct = "0.13.5"
3131
env_logger = { version = "0.11.3" }
3232
graphql_client = "0.14.0"
33-
hipcheck-macros = { path = "../hipcheck-macros", version = "0.2.0" }
33+
hipcheck-macros = { path = "../hipcheck-macros", version = "0.3.0" }
3434
libc = "0.2.155"
3535
log = "0.4.22"
3636
maplit = "1.0.2"

0 commit comments

Comments
 (0)