Bump MSRV to 1.65.0 for let-else syntax

Closes #857
This commit is contained in:
Keavon Chambers 2022-11-16 18:04:04 -08:00
parent 00c8fa83c2
commit cece6de2a9
7 changed files with 7 additions and 7 deletions

View file

@ -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 <contact@graphite.rs>"]
description = "A wide assortment of useful math functions for Bezier segments and shapes."