-
Notifications
You must be signed in to change notification settings - Fork 143
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
Update regex-syntax
to 0.8.
#499
Conversation
I've added the errors from both before upgrading |
@keith-hall thanks for your response on the other issue. I promise you, I just checked again, |
I've had to run git submodule init
git submodule update and that helped with a bunch of the tests, locally. I see that CI has |
I've found out that According to the text, it "expects" nightly-2023-08-25, so I made a [toolchain]
channel = "nightly-2023-08-25" |
b73888f
to
29ee288
Compare
Alright! I've rebased with |
29ee288
to
e9070c5
Compare
It works! Details
|
Thanks! Let's merge. The other CI failure looks like a bug in the public-api crate that I happen to maintain. I'll look into it. |
I have updated the
regex-syntax
dependencies to 0.8.I don't have a way to test this further than
cargo test --no-fail-fast
, which showed the same tests failing onmaster
as on this. So it is the same in that regard.