diff options
author | Tim Steinbach <NeQuissimus@users.noreply.github.com> | 2017-08-28 13:01:19 -0400 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-08-28 10:01:19 -0700 |
commit | c4ece6dde3c9dcf825a44aa775535a65c0c376a6 (patch) | |
tree | c1dd11d136903a630bf28648fffe7afeb230747a /Cargo.toml | |
parent | b92ba65f97ec484ac5df0c3b5b3d62667ca43f2a (diff) | |
download | alacritty-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.toml | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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" } |