From cece6de2a9010219fb979743af724566b90c339b Mon Sep 17 00:00:00 2001 From: Keavon Chambers Date: Wed, 16 Nov 2022 18:04:04 -0800 Subject: [PATCH] Bump MSRV to 1.65.0 for let-else syntax Closes #857 --- editor/Cargo.toml | 2 +- frontend/wasm/Cargo.toml | 2 +- graphene/Cargo.toml | 2 +- libraries/bezier-rs/Cargo.toml | 2 +- libraries/dyn-any/Cargo.toml | 2 +- proc-macros/Cargo.toml | 2 +- website/other/bezier-rs-demos/wasm/Cargo.toml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/editor/Cargo.toml b/editor/Cargo.toml index 8ba8ce24..d639df3f 100644 --- a/editor/Cargo.toml +++ b/editor/Cargo.toml @@ -2,7 +2,7 @@ name = "graphite-editor" publish = false version = "0.0.0" -rust-version = "1.62.0" +rust-version = "1.65.0" authors = ["Graphite Authors "] edition = "2021" readme = "../README.md" diff --git a/frontend/wasm/Cargo.toml b/frontend/wasm/Cargo.toml index 6dc619a7..321d6f6a 100644 --- a/frontend/wasm/Cargo.toml +++ b/frontend/wasm/Cargo.toml @@ -2,7 +2,7 @@ name = "graphite-wasm" publish = false version = "0.0.0" -rust-version = "1.62.0" +rust-version = "1.65.0" authors = ["Graphite Authors "] edition = "2021" readme = "../../README.md" diff --git a/graphene/Cargo.toml b/graphene/Cargo.toml index 9960e568..a7ca57f0 100644 --- a/graphene/Cargo.toml +++ b/graphene/Cargo.toml @@ -2,7 +2,7 @@ name = "graphite-graphene" publish = false version = "0.0.0" -rust-version = "1.62.0" +rust-version = "1.65.0" authors = ["Graphite Authors "] edition = "2021" readme = "../README.md" diff --git a/libraries/bezier-rs/Cargo.toml b/libraries/bezier-rs/Cargo.toml index 23de1f4b..7158ea0e 100644 --- a/libraries/bezier-rs/Cargo.toml +++ b/libraries/bezier-rs/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bezier-rs" version = "0.1.0" -rust-version = "1.62.0" +rust-version = "1.65.0" edition = "2021" authors = ["Graphite Authors "] description = "A wide assortment of useful math functions for Bezier segments and shapes." diff --git a/libraries/dyn-any/Cargo.toml b/libraries/dyn-any/Cargo.toml index 9e687292..e83bbfd9 100644 --- a/libraries/dyn-any/Cargo.toml +++ b/libraries/dyn-any/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dyn-any" version = "0.2.1" -rust-version = "1.62.0" +rust-version = "1.65.0" edition = "2021" authors = ["Graphite Authors "] description = "An Any trait that works for arbitrary lifetimes" diff --git a/proc-macros/Cargo.toml b/proc-macros/Cargo.toml index 9413c9e4..7352de6a 100644 --- a/proc-macros/Cargo.toml +++ b/proc-macros/Cargo.toml @@ -2,7 +2,7 @@ name = "graphite-proc-macros" publish = false version = "0.0.0" -rust-version = "1.62.0" +rust-version = "1.65.0" authors = ["Graphite Authors "] edition = "2021" readme = "../README.md" diff --git a/website/other/bezier-rs-demos/wasm/Cargo.toml b/website/other/bezier-rs-demos/wasm/Cargo.toml index 28032bfb..1f78e88f 100644 --- a/website/other/bezier-rs-demos/wasm/Cargo.toml +++ b/website/other/bezier-rs-demos/wasm/Cargo.toml @@ -2,7 +2,7 @@ name = "bezier-rs-wasm" publish = false version = "0.0.0" -rust-version = "1.62.0" +rust-version = "1.65.0" authors = ["Graphite Authors "] edition = "2021" readme = "../../README.md"