Update project readme and MSRV

This commit is contained in:
Keavon Chambers
2023-01-24 01:33:30 -08:00
parent ae445f6c64
commit d541cf9932
11 changed files with 18 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "bezier-rs"
version = "0.1.0"
rust-version = "1.65.0"
rust-version = "1.66.0"
edition = "2021"
authors = ["Graphite Authors <contact@graphite.rs>"]
description = "Computational geometry algorithms for Bézier segments and shapes useful in the context of 2D graphics"

View File

@@ -1,7 +1,7 @@
[package]
name = "dyn-any"
version = "0.2.1"
rust-version = "1.65.0"
rust-version = "1.66.0"
edition = "2021"
authors = ["Graphite Authors <contact@graphite.rs>"]
description = "An Any trait that works for arbitrary lifetimes"