-
Notifications
You must be signed in to change notification settings - Fork 142
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
chore: update to rust 1.81.0 #2109
base: master
Are you sure you want to change the base?
Conversation
782f00b
to
9a1aaa5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving per 2025-03-14 verbal with @rjan90 , @ZenGround0 , and @Stebalien
Matches builtin actors and fixes cargo-deny.
9a1aaa5
to
050bcee
Compare
Ok, this is going to take some more work. |
I'm going to need to make a few fixes here. So I'll do this in the next release and we'll just have to live with cargo-deny failing (that's fine, tbh). |
@Stebalien I hope you don't mind but I pushed a commit here to make it happier; I'd like to get back to tinkering with #2101 but I get errors all over my IDE due to ABI mismatches because of the old Rust version and would like to not have to deal with any of that so I'll work on top of this branch instead. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2109 +/- ##
==========================================
- Coverage 75.95% 75.85% -0.11%
==========================================
Files 154 154
Lines 15772 15541 -231
==========================================
- Hits 11980 11788 -192
+ Misses 3792 3753 -39
🚀 New features to boost your workflow:
|
ok, clippy is really annoying to run in this environment .. 🤞 |
I've filed bytecodealliance/wasmtime#10454. Our use of features here wasn't effective anyways. |
Matches builtin actors and fixes cargo-deny.