1
Fork 0
mirror of https://github.com/RGBCube/cstree synced 2025-07-29 18:17:44 +00:00

Migrate to stable strict provenance APIs and elide some redundant lifetimes (#71)

* elide unnecessary lifetimes in `PartialEq` impls for `Symbol`

* remove strict provenance polyfill after std APIs are now stable

this raises MSRV to 1.84

* elide more redundant lifetimes

---------

Co-authored-by: Domenic Quirl <DomenicQuirl@protonmail.com>
This commit is contained in:
DQ 2025-02-02 18:43:46 +01:00 committed by GitHub
parent 6c62982f67
commit c061bf5a6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 12 additions and 17 deletions

View file

@ -16,7 +16,7 @@ authors = [
license = "MIT OR Apache-2.0"
repository = "https://github.com/domenicquirl/cstree"
readme = "README.md"
rust-version = "1.71"
rust-version = "1.84"
[profile.release]
debug = true