Skip to content

Commit 08df172

Browse files
committed
chore: update caryatid_sdk dependency version to 0.14
1 parent 9d19236 commit 08df172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

process/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "Library for building a Caryatid process"
88
license = "Apache-2.0"
99

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

0 commit comments

Comments
 (0)