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>
This commit is contained in:
Keavon Chambers
2021-11-01 00:00:22 -07:00
committed by GitHub
co-authored by Dennis Kobert
parent a19c4be0b6
commit a6d1a2dd4b
8 changed files with 71 additions and 72 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
[package]
name = "graphite-proc-macros"
version = "0.1.0"
rust-version = "1.56.0"
authors = ["Graphite Authors <contact@graphite.design>"]
edition = "2018"
edition = "2021"
readme = "../README.md"
homepage = "https://www.graphite.design"
repository = "https://github.com/GraphiteEditor/Graphite"