Skip to content

Commit 95443d4

Browse files
authored
Merge pull request #3208 from ProvableHQ/postrelease-merge
Postrelease merge
2 parents f7abfce + 21f3a88 commit 95443d4

File tree

68 files changed

+192
-196
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+192
-196
lines changed

.cargo/release-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v4.5.0
1+
v4.6.0

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1279,8 +1279,7 @@ workflows:
12791279
or pipeline.git.branch == "canary"
12801280
or pipeline.git.branch == "testnet"
12811281
or pipeline.git.branch == "mainnet"
1282-
or pipeline.git.branch == "feat/dynamic-dispatch"
1283-
or pipeline.git.branch == "reduce_ci_cost"
1282+
or pipeline.git.branch == "mainnet-release-v460"
12841283
jobs:
12851284
- check-unused-dependencies # This can be cleaned up before releases
12861285
- check-cargo-semver-checks # This can be cleaned up before releases

.circleci/semver-checks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -x
44

5-
BASELINE_REV=8bf6e14d3de1 # UPDATE ME ON NECESSARY BREAKING CHANGES
5+
BASELINE_REV=5e0b1837f # UPDATE ME ON NECESSARY BREAKING CHANGES
66

77
# Ensure that the command is installed.
88
cargo install cargo-semver-checks@0.43.0 --locked

0 commit comments

Comments
 (0)