summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJonathan LEI <me@xjonathan.dev>2022-11-10 00:24:41 +0800
committerGitHub <noreply@github.com>2022-11-09 17:24:41 +0100
commitcbec62c71a0e727bce021592adb1bbd489c83d19 (patch)
tree51c1bfc683c57a9668b19f3af2069c6e74c03536 /Cargo.toml
parent5975af6e42f512700101b3ca4ad6cbe5ca416117 (diff)
chore(deps): bump termwiz to 0.19.0 (#1896)
* chore(deps): bump termwiz to 0.19.0 * chore: bump MSRV to 1.60
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 428657a52..1dbdb3e76 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ license = "MIT"
repository = "https://github.com/zellij-org/zellij"
homepage = "https://zellij.dev"
include = ["src/**/*", "assets/plugins/*", "assets/layouts/*", "assets/config/*", "LICENSE.md", "README.md", "!**/*_test.*", "!**/tests/**/*"]
-rust-version = "1.59"
+rust-version = "1.60"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html