Skip to content

Commit eacfa86

Browse files
chore(confik-macros): release v0.15.3 (#386)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ac70441 commit eacfa86

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

Cargo.lock

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

confik-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "confik-macros"
3-
version = "0.15.2"
3+
version = "0.15.3"
44
description = "Macros for confik"
55
authors.workspace = true
66
keywords.workspace = true

confik/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ url = ["dep:url"]
5353
uuid = ["dep:uuid"]
5454

5555
[dependencies]
56-
confik-macros = "=0.15.2"
56+
confik-macros = "=0.15.3"
5757

5858
# Always required
5959
cfg-if = "1"

0 commit comments

Comments
 (0)