Skip to content

Commit 7969c78

Browse files
committed
chore: update caryatid version
1 parent ee73112 commit 7969c78

File tree

3 files changed

+19
-18
lines changed

3 files changed

+19
-18
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ members = [
3838
resolver = "2"
3939

4040
[workspace.dependencies]
41-
caryatid_sdk = "0.12"
42-
caryatid_process = "0.12"
43-
caryatid_module_rest_server = "0.14"
44-
caryatid_module_clock = "0.12"
45-
caryatid_module_spy = "0.12"
41+
caryatid_sdk = "0.13"
42+
caryatid_process = "0.13"
43+
caryatid_module_rest_server = "0.15"
44+
caryatid_module_clock = "0.13"
45+
caryatid_module_spy = "0.13"
4646
anyhow = "1.0"
4747
chrono = "0.4"
4848
clap = { version = "4.5", features = ["derive", "string"] }

modules/chain_store/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "Chain Store Tracker"
77
license = "Apache-2.0"
88

99
[dependencies]
10-
caryatid_sdk = "0.12"
10+
caryatid_sdk = { workspace = true }
1111
acropolis_common = { path = "../../common" }
1212
acropolis_codec = { path = "../../codec" }
1313
anyhow = "1.0"

0 commit comments

Comments
 (0)