diff options
author | Ben Bridle <bridle.benjamin@gmail.com> | 2025-07-03 15:01:04 +1200 |
---|---|---|
committer | Ben Bridle <bridle.benjamin@gmail.com> | 2025-07-03 15:01:19 +1200 |
commit | 495beeb436322a5d447e80858f5c37412af5d063 (patch) | |
tree | 06481500f31f6696b2fcce0ca507d8e90ce0fa12 /Cargo.toml | |
parent | ddad4a7a1a4332feb5f9eca70c9771e36b8a2c81 (diff) | |
download | phosphor-495beeb436322a5d447e80858f5c37412af5d063.zip |
Change Rust edition to 2024
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ name = "phosphor" version = "3.2.2" authors = ["Ben Bridle"] -edition = "2021" +edition = "2024" description = "Window management library" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |