Skip to content

Add a workflow to auto-bump rust-toolchain.toml#116

Merged
dholroyd merged 1 commit intomasterfrom
msrv-bump
Mar 23, 2026
Merged

Add a workflow to auto-bump rust-toolchain.toml#116
dholroyd merged 1 commit intomasterfrom
msrv-bump

Conversation

@dholroyd
Copy link
Copy Markdown
Owner

@dholroyd dholroyd commented Mar 6, 2026

Picking a 12 month old rust version is a bit arbitrary. My assumption is that this will reduce rust-version churn for dependant projects.

@scottlamb since you mentioned MSRV policy in #111 ... N - 12 good for you?

Picking a 12 month old rust version is a bit arbitrary.  My assumption
is that this will avoid too much rust-version churn for dependant
projects.
@dholroyd dholroyd requested a review from scottlamb March 6, 2026 23:24
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 6, 2026

🐰 Bencher Report

Branchmsrv-bump
TestbedLinux

⚠️ WARNING: No Threshold found!

Without a Threshold, no Alerts will ever be generated.

Click here to create a new Threshold
For more information, see the Threshold documentation.
To only post results if a Threshold exists, set the --ci-only-thresholds flag.

Click to view all benchmark results
BenchmarkEstimated CyclesBenchmark Result
estimated cycles x 1e6
(Result Δ%)
Upper Boundary
estimated cycles x 1e6
(Limit %)
Instructionsinstructions x 1e6L1 Hitshits x 1e6L2 Hitshits x 1e3RAM Hitshits x 1e3Total read+writereads/writes x 1e6
ci_bench::ci::reader read:setup_video("big_buck_bunny_1080p_24fps_h264.h264"...📈 view plot
🚷 view threshold
16.72 x 1e6
(+0.26%)Baseline: 16.67 x 1e6
16.74 x 1e6
(99.87%)
📈 view plot
⚠️ NO THRESHOLD
8.25 x 1e6📈 view plot
⚠️ NO THRESHOLD
10.83 x 1e6📈 view plot
⚠️ NO THRESHOLD
18.21 x 1e3📈 view plot
⚠️ NO THRESHOLD
165.62 x 1e3📈 view plot
⚠️ NO THRESHOLD
11.01 x 1e6
🐰 View full continuous benchmarking report in Bencher

@scottlamb
Copy link
Copy Markdown
Collaborator

No strong feelings here. I tend to be pretty haphazard in my own projects, bumping it when needed to keep deps up-to-date or for a particular feature. There's no feature I need in h264-reader. let-chains are certainly convenient, and they're more than a year old now.

@dholroyd dholroyd merged commit 562d372 into master Mar 23, 2026
2 checks passed
@dholroyd dholroyd deleted the msrv-bump branch March 23, 2026 21:42
@dholroyd
Copy link
Copy Markdown
Owner Author

dholroyd commented Mar 23, 2026

CI actions did not run when manually triggered (due to the token used by the action; could work around this by using a Personal Access Token instead).

I just closed and reopened the PR to trigger CI: #130

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