summaryrefslogtreecommitdiff
path: root/alacritty_terminal/Cargo.toml
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2022-06-16 17:36:27 +0200
committerGitHub <noreply@github.com>2022-06-16 18:36:27 +0300
commit4c171e767862e744ceed31def4036c79d7ebf1af (patch)
tree97d2f8b43e2cc95e41d40ab564dc9ebd119cbe9e /alacritty_terminal/Cargo.toml
parent9f02fb95685f46c390148eeab760e3a0dcfa49a9 (diff)
downloadalacritty-4c171e767862e744ceed31def4036c79d7ebf1af.tar.gz
alacritty-4c171e767862e744ceed31def4036c79d7ebf1af.zip
Bump copypasta to 0.8.0
This also applies all non-breaking semver updates.
Diffstat (limited to 'alacritty_terminal/Cargo.toml')
-rw-r--r--alacritty_terminal/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml
index 33cccf3d..e722f2ee 100644
--- a/alacritty_terminal/Cargo.toml
+++ b/alacritty_terminal/Cargo.toml
@@ -7,7 +7,7 @@ description = "Library for writing terminal emulators"
readme = "../README.md"
homepage = "https://github.com/alacritty/alacritty"
edition = "2021"
-rust-version = "1.56.0"
+rust-version = "1.57.0"
[dependencies.alacritty_config_derive]
path = "../alacritty_config_derive"