aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTim Steinbach <NeQuissimus@users.noreply.github.com>2017-08-28 13:01:19 -0400
committerJoe Wilm <jwilm@users.noreply.github.com>2017-08-28 10:01:19 -0700
commitc4ece6dde3c9dcf825a44aa775535a65c0c376a6 (patch)
treec1dd11d136903a630bf28648fffe7afeb230747a /Cargo.toml
parentb92ba65f97ec484ac5df0c3b5b3d62667ca43f2a (diff)
downloadalacritty-c4ece6dde3c9dcf825a44aa775535a65c0c376a6.tar.gz
alacritty-c4ece6dde3c9dcf825a44aa775535a65c0c376a6.zip
winit: 0.7.5 -> 0.7.6, glutin: 0.9.1 -> 0.9.2 (#761)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 34fcc4c3..971599ad 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -54,6 +54,3 @@ version = "0.9"
[profile.release]
lto = true
debug = true
-
-[replace]
-"winit:0.7.5" = { git = "https://github.com/tomaka/winit", branch = "master" }