Skip to content

Commit 47252e3

Browse files
authored
Merge pull request #20 from input-output-hk/sg/fix-publish-macros
fix: publish old changes to macros crate
2 parents d698287 + f0afff2 commit 47252e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sdk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "caryatid_sdk"
5-
version = "0.13.0"
5+
version = "0.13.1"
66
edition = "2021"
77
authors = ["Paul Clark <paul.clark@iohk.io>"]
88
description = "The Caryatid framework module SDK"
@@ -14,7 +14,7 @@ anyhow = "1.0"
1414
futures = "0.3"
1515
serde_json = "1.0"
1616
config = "0.15.11"
17-
caryatid_macros = { version="0.7", path = "macros" }
17+
caryatid_macros = { version="0.8", path = "macros" }
1818
tracing = "0.1.40"
1919
serde = { version = "1.0.214", features = ["derive"] }
2020
chrono = { version = "0.4", features = ["serde"] }

sdk/macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "caryatid_macros"
5-
version = "0.7.0"
5+
version = "0.8.0"
66
edition = "2021"
77
authors = ["Paul Clark <paul.clark@iohk.io>"]
88
description = "Procedural macros for the Caryatid framework module SDK"

0 commit comments

Comments
 (0)