Skip to content

Commit

Permalink
ci(azure-pipelines): Upgrade Rust to 1.63
Browse files Browse the repository at this point in the history
```
error: package `cc v1.0.99` cannot be built because it requires rustc 1.63 or newer, while the currently active rustc version is 1.56.0
```
  • Loading branch information
ubolonton committed Sep 12, 2024
1 parent 4054a4c commit a9a3f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pool:
steps:
- template: steps/setup-rust.yml
parameters:
version: '1.56.0'
version: '1.63.0'
- template: steps/-build.yml
- template: steps/setup-emacs.yml
- template: steps/-test.yml

0 comments on commit a9a3f6e

Please sign in to comment.