We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d19236 commit 08df172Copy full SHA for 08df172
process/Cargo.toml
@@ -8,7 +8,7 @@ description = "Library for building a Caryatid process"
8
license = "Apache-2.0"
9
10
[dependencies]
11
-caryatid_sdk = { version="0.13", path = "../sdk" }
+caryatid_sdk = { version="0.14", path = "../sdk" }
12
futures = "0.3"
13
anyhow = "1.0"
14
tokio = { version = "1", features = ["full"] }
0 commit comments