-
Notifications
You must be signed in to change notification settings - Fork 548
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
bump rust-version to 1.67 (was 1.65) #1903
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1903 +/- ##
==========================================
- Coverage 29.68% 29.68% -0.01%
==========================================
Files 50 50
Lines 17967 17964 -3
Branches 8662 8675 +13
==========================================
- Hits 5334 5333 -1
+ Misses 7469 7465 -4
- Partials 5164 5166 +2
☔ View full report in Codecov by Sentry. |
665f580
to
d6b959b
Compare
@Saviq do you know how to upgrade the rustc version in snap? |
@sylvestre this should do: --- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -32,6 +32,7 @@ apps:
parts:
sccache:
plugin: rust
+ rust-channel: 1.67
source: .
override-pull: |
craftctl default I've asked for the documentation to be updated following the recent rewrite of the plugin. |
@Saviq thanks but are you sure ?
|
Sorry, you'll also need: --- a/.github/workflows/snap.yml
+++ b/.github/workflows/snap.yml
@@ -19,6 +19,7 @@ jobs:
- name: Build and publish the snap
uses: canonical/actions/build-snap@release
with:
+ snapcraft-channel: edge
review-opts: --allow-classic
snapcraft-token: ${{ secrets.SNAPCRAFT_TOKEN }}
publish: ${{ github.event_name == 'pull_request' && github.repository == github.event.pull_request.head.repo.full_name }} It's not yet in a stable Snapcraft release - probably why the documentation isn't updated yet… |
No description provided.