File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed
Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 22
33[package ]
44name = " caryatid_module_clock"
5- version = " 0.6 .0"
5+ version = " 0.7 .0"
66edition = " 2021"
77authors = [" Paul Clark <paul.clark@iohk.io>" ]
88description = " Clock module for Caryatid"
99license = " Apache-2.0"
1010
1111[dependencies ]
12- caryatid_sdk = { version =" 0.6 " , path = " ../../sdk" }
12+ caryatid_sdk = { version =" 0.7 " , path = " ../../sdk" }
1313anyhow = " 1.0"
1414tokio = { version = " 1" , features = [" full" ] }
1515serde_json = " 1.0"
Original file line number Diff line number Diff line change 22
33[package ]
44name = " caryatid_module_playback"
5- version = " 0.3 .0"
5+ version = " 0.4 .0"
66edition = " 2021"
77authors = [" Alex Woods <alex.woods@iohk.io>" ]
88description = " Message playback module for Caryatid"
99license = " Apache-2.0"
1010
1111[dependencies ]
12- caryatid_sdk = { version =" 0.6 " , path = " ../../sdk" }
12+ caryatid_sdk = { version =" 0.7 " , path = " ../../sdk" }
1313anyhow = " 1.0"
1414serde_json = " 1.0"
1515config = " 0.15.11"
Original file line number Diff line number Diff line change 22
33[package ]
44name = " caryatid_module_record"
5- version = " 0.3 .0"
5+ version = " 0.4 .0"
66edition = " 2021"
77authors = [" Alex Woods <alex.woods@iohk.io>" ]
88description = " Message recording module for Caryatid"
99license = " Apache-2.0"
1010
1111[dependencies ]
12- caryatid_sdk = { version =" 0.6 " , path = " ../../sdk" }
12+ caryatid_sdk = { version =" 0.7 " , path = " ../../sdk" }
1313anyhow = " 1.0"
1414serde_json = " 1.0"
1515config = " 0.15.11"
Original file line number Diff line number Diff line change 22
33[package ]
44name = " caryatid_module_rest_server"
5- version = " 0.7 .0"
5+ version = " 0.8 .0"
66edition = " 2021"
77authors = [" Paul Clark <paul.clark@iohk.io>" ]
88description = " REST server module for Caryatid"
99license = " Apache-2.0"
1010
1111[dependencies ]
12- caryatid_sdk = { version =" 0.6 " , path = " ../../sdk" }
12+ caryatid_sdk = { version =" 0.7 " , path = " ../../sdk" }
1313anyhow = " 1.0"
1414serde_json = " 1.0"
1515config = " 0.15.11"
Original file line number Diff line number Diff line change 22
33[package ]
44name = " caryatid_module_spy"
5- version = " 0.6 .0"
5+ version = " 0.7 .0"
66edition = " 2021"
77authors = [" Paul Clark <paul.clark@iohk.io>" ]
88description = " Spy module for Caryatid"
99license = " Apache-2.0"
1010
1111[dependencies ]
12- caryatid_sdk = { version =" 0.6 " , path = " ../../sdk" }
12+ caryatid_sdk = { version =" 0.7 " , path = " ../../sdk" }
1313anyhow = " 1.0"
1414tokio = { version = " 1" , features = [" full" ] }
1515serde_json = " 1.0"
Original file line number Diff line number Diff line change 11# Caraytid process - loads and runs modules
22[package ]
33name = " caryatid_process"
4- version = " 0.6 .0"
4+ version = " 0.7 .0"
55edition = " 2021"
66authors = [" Paul Clark <paul.clark@iohk.io>" ]
77description = " Library for building a Caryatid process"
88license = " Apache-2.0"
99
1010[dependencies ]
11- caryatid_sdk = { version =" 0.6 " , path = " ../sdk" }
11+ caryatid_sdk = { version =" 0.7 " , path = " ../sdk" }
1212futures = " 0.3"
1313anyhow = " 1.0"
1414tokio = { version = " 1" , features = [" full" ] }
Original file line number Diff line number Diff line change 22
33[package ]
44name = " caryatid_sdk"
5- version = " 0.6 .0"
5+ version = " 0.7 .0"
66edition = " 2021"
77authors = [" Paul Clark <paul.clark@iohk.io>" ]
88description = " The Caryatid framework module SDK"
You can’t perform that action at this time.
0 commit comments