diff options
author | Christian Duerr <contact@christianduerr.com> | 2022-06-16 17:36:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-16 18:36:27 +0300 |
commit | 4c171e767862e744ceed31def4036c79d7ebf1af (patch) | |
tree | 97d2f8b43e2cc95e41d40ab564dc9ebd119cbe9e /alacritty_config_derive | |
parent | 9f02fb95685f46c390148eeab760e3a0dcfa49a9 (diff) | |
download | alacritty-4c171e767862e744ceed31def4036c79d7ebf1af.tar.gz alacritty-4c171e767862e744ceed31def4036c79d7ebf1af.zip |
Bump copypasta to 0.8.0
This also applies all non-breaking semver updates.
Diffstat (limited to 'alacritty_config_derive')
-rw-r--r-- | alacritty_config_derive/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty_config_derive/Cargo.toml b/alacritty_config_derive/Cargo.toml index afc6b227..8584d0d2 100644 --- a/alacritty_config_derive/Cargo.toml +++ b/alacritty_config_derive/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT/Apache-2.0" description = "Failure resistant deserialization derive" homepage = "https://github.com/alacritty/alacritty" edition = "2021" -rust-version = "1.56.0" +rust-version = "1.57.0" [lib] proc-macro = true |