Skip to content

Commit 68c7aa5

Browse files
committed
Bump versions
1 parent 006501c commit 68c7aa5

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

modules/clock/Cargo.toml

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

33
[package]
44
name = "caryatid_module_clock"
5-
version = "0.6.0"
5+
version = "0.7.0"
66
edition = "2021"
77
authors = ["Paul Clark <paul.clark@iohk.io>"]
88
description = "Clock module for Caryatid"
99
license = "Apache-2.0"
1010

1111
[dependencies]
12-
caryatid_sdk = { version="0.6", path = "../../sdk" }
12+
caryatid_sdk = { version="0.7", path = "../../sdk" }
1313
anyhow = "1.0"
1414
tokio = { version = "1", features = ["full"] }
1515
serde_json = "1.0"

modules/playback/Cargo.toml

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

33
[package]
44
name = "caryatid_module_playback"
5-
version = "0.3.0"
5+
version = "0.4.0"
66
edition = "2021"
77
authors = ["Alex Woods <alex.woods@iohk.io>"]
88
description = "Message playback module for Caryatid"
99
license = "Apache-2.0"
1010

1111
[dependencies]
12-
caryatid_sdk = { version="0.6", path = "../../sdk" }
12+
caryatid_sdk = { version="0.7", path = "../../sdk" }
1313
anyhow = "1.0"
1414
serde_json = "1.0"
1515
config = "0.15.11"

modules/record/Cargo.toml

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

33
[package]
44
name = "caryatid_module_record"
5-
version = "0.3.0"
5+
version = "0.4.0"
66
edition = "2021"
77
authors = ["Alex Woods <alex.woods@iohk.io>"]
88
description = "Message recording module for Caryatid"
99
license = "Apache-2.0"
1010

1111
[dependencies]
12-
caryatid_sdk = { version="0.6", path = "../../sdk" }
12+
caryatid_sdk = { version="0.7", path = "../../sdk" }
1313
anyhow = "1.0"
1414
serde_json = "1.0"
1515
config = "0.15.11"

modules/rest_server/Cargo.toml

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

33
[package]
44
name = "caryatid_module_rest_server"
5-
version = "0.7.0"
5+
version = "0.8.0"
66
edition = "2021"
77
authors = ["Paul Clark <paul.clark@iohk.io>"]
88
description = "REST server module for Caryatid"
99
license = "Apache-2.0"
1010

1111
[dependencies]
12-
caryatid_sdk = { version="0.6", path = "../../sdk" }
12+
caryatid_sdk = { version="0.7", path = "../../sdk" }
1313
anyhow = "1.0"
1414
serde_json = "1.0"
1515
config = "0.15.11"

modules/spy/Cargo.toml

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

33
[package]
44
name = "caryatid_module_spy"
5-
version = "0.6.0"
5+
version = "0.7.0"
66
edition = "2021"
77
authors = ["Paul Clark <paul.clark@iohk.io>"]
88
description = "Spy module for Caryatid"
99
license = "Apache-2.0"
1010

1111
[dependencies]
12-
caryatid_sdk = { version="0.6", path = "../../sdk" }
12+
caryatid_sdk = { version="0.7", path = "../../sdk" }
1313
anyhow = "1.0"
1414
tokio = { version = "1", features = ["full"] }
1515
serde_json = "1.0"

process/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Caraytid process - loads and runs modules
22
[package]
33
name = "caryatid_process"
4-
version = "0.6.0"
4+
version = "0.7.0"
55
edition = "2021"
66
authors = ["Paul Clark <paul.clark@iohk.io>"]
77
description = "Library for building a Caryatid process"
88
license = "Apache-2.0"
99

1010
[dependencies]
11-
caryatid_sdk = { version="0.6", path = "../sdk" }
11+
caryatid_sdk = { version="0.7", path = "../sdk" }
1212
futures = "0.3"
1313
anyhow = "1.0"
1414
tokio = { version = "1", features = ["full"] }

sdk/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_sdk"
5-
version = "0.6.0"
5+
version = "0.7.0"
66
edition = "2021"
77
authors = ["Paul Clark <paul.clark@iohk.io>"]
88
description = "The Caryatid framework module SDK"

0 commit comments

Comments
 (0)