Skip to content

Commit a3a2015

Browse files
committed
fix: sync release-please manifest with actual crate versions
- Update tap_aggregator from 0.5.7 to 0.5.9 (current version) - Update tap_core from 4.1.4 to 5.0.0 (current version) - This resolves the version mismatch causing CI failures in release-please PR Signed-off-by: Natanael Mojica <[email protected]>
1 parent ae53de1 commit a3a2015

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
".": "0.0.0",
3-
"tap_aggregator": "0.5.7",
4-
"tap_core": "4.1.4",
3+
"tap_aggregator": "0.5.9",
4+
"tap_core": "5.0.0",
55
"tap_integration_tests": "0.1.22",
66
"tap_eip712_message": "0.2.2",
77
"tap_graph": "0.3.4",
88
"tap_receipt": "1.1.3"
9-
}
9+
}

0 commit comments

Comments
 (0)