mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
Upgrade Graphite to Rust 2021 edition; upgrade dependencies (#387)
* Upgrade Graphite to Rust 2021 edition; upgrade dependencies * Fix CI * Move changes to the project Cargo.tomls * Remove unnecessary 2021 edition upgrade tweak * Show version number before and after updating rustc Co-authored-by: Dennis Kobert <dennis@kobert.dev> # Conflicts: # Cargo.lock
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -25,6 +25,9 @@ jobs:
|
||||
- name: 🚧 Install Node dependencies
|
||||
run: cd frontend && npm install
|
||||
|
||||
- name: 🔼 Update Rust to latest stable
|
||||
run: rustc --version && rustup update stable && rustc --version
|
||||
|
||||
- name: 📦 Install cargo-about
|
||||
run: cargo install cargo-about
|
||||
|
||||
|
||||
Reference in New Issue
Block a user