Update to 2024 edition
All checks were successful
CI / Formatting (push) Successful in 39s
CI / Clippy (push) Successful in 54s
CI / Build (push) Successful in 1m31s
CI / Python tests (push) Successful in 40s
CI / Rust tests (push) Successful in 1m24s

`cargo fix` recommended swapping my `if let`s for `match`s, which is appreciated but overzealous.
Code still runs fine.
This commit is contained in:
Michael Bradley 2025-02-23 10:07:02 -05:00
parent 57fe253e62
commit 265040ee4e
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8

View file

@ -1,7 +1,7 @@
[package]
name = "pyority_queue"
version = "0.1.0"
edition = "2021"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]