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:
parent
6c62982f67
commit
c061bf5a6b
9 changed files with 12 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue