Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove the need for the regex crate's pattern feature #51

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

robik75
Copy link
Member

@robik75 robik75 commented Oct 25, 2024

The std::str::pattern::Pattern trait implementation in the regex crate recently broke compilation with the nightly rust toolchain.
The removal of the trait implementation and the corresponding pattern feature is being planned.
This PR removes the reliance on this trait implementation.

@robik75 robik75 requested a review from popzxc October 25, 2024 10:24
@robik75 robik75 self-assigned this Oct 25, 2024
@robik75 robik75 merged commit 042ed7c into main Oct 25, 2024
6 checks passed
@robik75 robik75 deleted the rr/fix-regex branch October 25, 2024 10:49
robik75 pushed a commit that referenced this pull request Oct 25, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.150.7](v0.150.6...v0.150.7)
(2024-10-25)


### Bug Fixes

* remove the need for the `regex` crate's `pattern` feature
([#51](#51))
([042ed7c](042ed7c))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: zksync-era-bot <[email protected]>
robik75 added a commit to matter-labs/zksync-crypto-gpu that referenced this pull request Oct 25, 2024
# What ❔

This PR bumps the dependencies from the `zksync-protocol` repo to
version `0.150.7`

## Why ❔

`zkevm_test_harness` was updated to fix a problem with the `regex`
crate.
See matter-labs/zksync-protocol#51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants