File tree Expand file tree Collapse file tree 5 files changed +16
-10
lines changed Expand file tree Collapse file tree 5 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 44 "draft" : false ,
55 "packages" : {
66 "tap_core" : {},
7+ "tap_graph" : {},
8+ "tap_eip712_message" : {},
9+ "tap_receipt" : {},
710 "tap_aggregator" : {
811 "bump-minor-pre-major" : true ,
912 "bump-patch-for-minor-pre-major" : true ,
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ rand.workspace = true
1515serde.workspace = true
1616thiserror.workspace = true
1717tokio.workspace = true
18- tap_receipt = { path = " ../tap_receipt" }
19- tap_eip712_message = { path = " ../tap_eip712_message" }
20- tap_graph = { path = " ../tap_graph" , optional = true }
18+ tap_receipt = { version = " 0.1.0 " , path = " ../tap_receipt" }
19+ tap_eip712_message = { version = " 0.1.0 " , path = " ../tap_eip712_message" }
20+ tap_graph = { version = " 0.1.0 " , path = " ../tap_graph" , optional = true }
2121
2222[dev-dependencies ]
2323criterion = { version = " 0.5.1" , features = [" async_std" ] }
Original file line number Diff line number Diff line change 11[package ]
22name = " tap_eip712_message"
3- version.workspace = true
3+ version = " 0.1.0 "
44edition.workspace = true
55license.workspace = true
66repository.workspace = true
7+ description = " EIP712 singed messages used by TAP"
78
89[dependencies ]
910alloy.workspace = true
@@ -12,4 +13,4 @@ thiserror.workspace = true
1213
1314
1415[dev-dependencies ]
15- msg = { path = " ../tap_graph" , package = " tap_graph" }
16+ msg = { version = " 0.1.0 " , path = " ../tap_graph" , package = " tap_graph" }
Original file line number Diff line number Diff line change 11[package ]
22name = " tap_graph"
3- version.workspace = true
3+ version = " 0.1.0 "
44edition.workspace = true
55license.workspace = true
66repository.workspace = true
7+ description = " The Graph TAP receipt structs"
78
89[dependencies ]
910alloy.workspace = true
1011serde.workspace = true
1112rand.workspace = true
1213thiserror.workspace = true
13- tap_eip712_message = { path = " ../tap_eip712_message" }
14- tap_receipt = { path = " ../tap_receipt" }
14+ tap_eip712_message = { version = " 0.1.0 " , path = " ../tap_eip712_message" }
15+ tap_receipt = { version = " 0.1.0 " , path = " ../tap_receipt" }
1516
1617
1718[dev-dependencies ]
Original file line number Diff line number Diff line change 11[package ]
22name = " tap_receipt"
3- version.workspace = true
3+ version = " 0.1.0 "
44edition.workspace = true
55license.workspace = true
66repository.workspace = true
7+ description = " TAP Receipt states and checks"
78
89[dependencies ]
910alloy.workspace = true
@@ -12,7 +13,7 @@ anymap3 = "1.0.1"
1213thiserror.workspace = true
1314serde.workspace = true
1415async-trait = " 0.1.85"
15- tap_eip712_message = { path = " ../tap_eip712_message" }
16+ tap_eip712_message = { version = " 0.1.0 " , path = " ../tap_eip712_message" }
1617
1718[dev-dependencies ]
1819tokio.workspace = true
You can’t perform that action at this time.
0 commit comments