这是indexloc提供的服务,不要输入任何密码
Skip to content

chore: update to Rust 1.88.0 #10608

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

Merged
merged 2 commits into from
Jul 21, 2025
Merged

chore: update to Rust 1.88.0 #10608

merged 2 commits into from
Jul 21, 2025

Conversation

ognevny
Copy link
Contributor

@ognevny ognevny commented Jun 28, 2025

Description

Testing Instructions

CI

@ognevny ognevny requested a review from a team as a code owner June 28, 2025 09:19
@turbo-orchestrator turbo-orchestrator bot added needs: triage New issues get this label. Remove it after triage pkg: turbo-repository labels Jun 28, 2025
Copy link

vercel bot commented Jun 28, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples-basic-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 21, 2025 3:01pm
examples-designsystem-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 21, 2025 3:01pm
examples-native-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 21, 2025 3:01pm
examples-tailwind-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 21, 2025 3:01pm
examples-vite-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 21, 2025 3:01pm

Copy link

vercel bot commented Jun 28, 2025

@ognevny is attempting to deploy a commit to the Vercel Team on Vercel.

A member of the Team first needs to authorize it.

@ognevny ognevny force-pushed the rust-1.88.0 branch 2 times, most recently from f0ad624 to 31c73f7 Compare July 4, 2025 07:14
@ognevny
Copy link
Contributor Author

ognevny commented Jul 4, 2025

@chris-olszewski can you have a look into it, please?

@ognevny ognevny force-pushed the rust-1.88.0 branch 2 times, most recently from 3bb79f7 to 2a9fb7e Compare July 8, 2025 15:46
@@ -294,7 +294,7 @@ fn wildcard_to_regex_pattern(pattern: &str) -> String {
let mut previous_index = 0;
let mut previous_char: Option<char> = None;

for (i, char) in pattern.chars().enumerate() {
for (i, char) in pattern.char_indices() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a behavior change if characters take up multiple bytes, but we already would panic on those strings. I think this will just break in a slightly different way which is okay.

Actually fixing this code can/should be fixed in it's own PR.

@chris-olszewski
Copy link
Member

Apologies for slow review. Thank you for keeping us current!

@chris-olszewski chris-olszewski enabled auto-merge (squash) July 21, 2025 15:59
@chris-olszewski chris-olszewski merged commit 41cad2c into vercel:main Jul 21, 2025
47 checks passed
@ognevny ognevny deleted the rust-1.88.0 branch July 21, 2025 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs: triage New issues get this label. Remove it after triage pkg: turbo-repository
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants