diff options
| author | Andreas Grois <andi@grois.info> | 2021-11-29 22:41:08 +0100 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2021-11-29 22:41:08 +0100 |
| commit | 74d3f3420e439d0697de1563b1860f062731729e (patch) | |
| tree | 4d21afb3bcabe4f5bda9acdd451ef7eb3cb5bdb2 /pulse | |
| parent | 6277f4351fd68f1cdd434818eac7b0d18eac3c76 (diff) | |
Update Rust edition to 2021
Diffstat (limited to 'pulse')
| -rw-r--r-- | pulse/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pulse/Cargo.toml b/pulse/Cargo.toml index 9aa4520..c6cff4b 100644 --- a/pulse/Cargo.toml +++ b/pulse/Cargo.toml @@ -2,7 +2,7 @@ name = "swaystatus-pulse" version = "0.1.0" authors = ["Andreas Grois <andi@grois.info>"] -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
