diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-05-24 02:52:36 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-24 02:52:36 +0300 |
commit | 69a9ee5e0ebc376c5815416306217dd3c28ca1b3 (patch) | |
tree | 6d608e6c8b4cb1fed8b37b24d9853468a60fcb35 /alacritty/Cargo.toml | |
parent | 0f82817c03ebb0f26f3423bbcd48e527ab138cc2 (diff) | |
download | r-alacritty-69a9ee5e0ebc376c5815416306217dd3c28ca1b3.tar.gz r-alacritty-69a9ee5e0ebc376c5815416306217dd3c28ca1b3.tar.bz2 r-alacritty-69a9ee5e0ebc376c5815416306217dd3c28ca1b3.zip |
Update dependencies
Diffstat (limited to 'alacritty/Cargo.toml')
-rw-r--r-- | alacritty/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml index c981da09..e56a6688 100644 --- a/alacritty/Cargo.toml +++ b/alacritty/Cargo.toml @@ -41,7 +41,7 @@ dirs = "2.0.2" [target.'cfg(not(any(target_os="windows", target_os="macos")))'.dependencies] x11-dl = "2" -wayland-client = { version = "0.26", features = ["dlopen"] } +wayland-client = { version = "^0.26.6", features = ["dlopen"] } [target.'cfg(windows)'.dependencies] winapi = { version = "0.3.7", features = ["impl-default", "wincon"]} |