Skip to content

Commit 1d3147e

Browse files
committed
Merge remote-tracking branch 'origin/staging' into feat/tracing-instrument
2 parents d6a5395 + fbd9960 commit 1d3147e

File tree

136 files changed

+3020
-913
lines changed

Some content is hidden

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

136 files changed

+3020
-913
lines changed

.cargo/release-version

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

.circleci/config.yml

Lines changed: 323 additions & 57 deletions
Large diffs are not rendered by default.

.circleci/semver-checks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Ensure that the command is installed.
44
cargo install cargo-semver-checks@0.43.0 --locked
55

6-
BASELINE_REV=8970619a # UPDATE ME ON NECESSARY BREAKING CHANGES
6+
BASELINE_REV=dec54170ce # UPDATE ME ON NECESSARY BREAKING CHANGES
77

88
# Exclude CLI as it has been removed
99
cargo semver-checks --workspace --default-features \

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Thank you for submitting the PR! We appreciate you spending the time to work on these changes!
1+
<!-- Thank you for submitting the PR! We appreciate you spending the time to work on these changes! -->
22

33
## Motivation
44

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@
1414
!**/beta-h.usrs
1515
!**/neg-powers-of-beta.usrs
1616
**/proptest-regressions/
17+
artifacts

0 commit comments

Comments
 (0)