Skip to content

Commit 2aaf2a8

Browse files
authored
Merge pull request #22 from input-output-hk/lowhung/bump-module-versions
chore: bump version for caryatid modules to latest stable releases
2 parents 64a89ed + 62d80a0 commit 2aaf2a8

File tree

6 files changed

+5
-8
lines changed

6 files changed

+5
-8
lines changed

modules/clock/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_module_clock"
5-
version = "0.13.0"
5+
version = "0.13.1"
66
edition = "2021"
77
authors = ["Paul Clark <paul.clark@iohk.io>"]
88
description = "Clock module for Caryatid"

modules/playback/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_module_playback"
5-
version = "0.10.0"
5+
version = "0.10.1"
66
edition = "2021"
77
authors = ["Alex Woods <alex.woods@iohk.io>"]
88
description = "Message playback module for Caryatid"

modules/record/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_module_record"
5-
version = "0.10.0"
5+
version = "0.10.1"
66
edition = "2021"
77
authors = ["Alex Woods <alex.woods@iohk.io>"]
88
description = "Message recording module for Caryatid"

modules/rest_server/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_module_rest_server"
5-
version = "0.15.0"
5+
version = "0.15.1"
66
edition = "2021"
77
authors = ["Paul Clark <paul.clark@iohk.io>"]
88
description = "REST server module for Caryatid"

modules/spy/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_module_spy"
5-
version = "0.13.0"
5+
version = "0.13.1"
66
edition = "2021"
77
authors = ["Paul Clark <paul.clark@iohk.io>"]
88
description = "Spy module for Caryatid"

sdk/macros/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,3 @@ path = "src/macros.rs"
1515
[dependencies]
1616
syn = { version = "1.0", features = ["full"] }
1717
quote = "1.0"
18-
proc-macro2 = "1.0"
19-
anyhow = "1.0"
20-
async-trait = "0.1.88"

0 commit comments

Comments
 (0)