alacritty/src
Christian Duerr 56fea343ff
Set maximum Rust version to 1.31.0
By setting the minimum Rust version and enforcing it with CI, Alacritty
should hopefully make it possible for maintainers to package the
application even on distributions which are not rolling release.

The 1.31.0 target has been chosen here because it's the first version of
the Rust 2018 release. Bumping this version in the future should be
considered to be a breaking change and should only be done with caution
and in consideration of the supported Rust versions of the major
distributions available.

This fixes #2277.
2019-04-09 19:29:46 +00:00
..
config Add ScrollLineUp and ScrollLineDown actions for scrolling line by line 2019-04-08 19:50:06 +00:00
grid Add rustfmt style guide 2019-03-30 16:48:36 +00:00
renderer Add rustfmt style guide 2019-03-30 16:48:36 +00:00
term Reset scrolling region when receiving RIS escape 2019-04-08 22:19:22 +00:00
tty Upgrade to winapi 0.3.7 2019-04-04 17:04:06 +00:00
ansi.rs Add rustfmt style guide 2019-03-30 16:48:36 +00:00
cli.rs Set maximum Rust version to 1.31.0 2019-04-09 19:29:46 +00:00
display.rs Add rustfmt style guide 2019-03-30 16:48:36 +00:00
event.rs Add rustfmt style guide 2019-03-30 16:48:36 +00:00
event_loop.rs Add rustfmt style guide 2019-03-30 16:48:36 +00:00
index.rs Add rustfmt style guide 2019-03-30 16:48:36 +00:00
input.rs Add ScrollLineUp and ScrollLineDown actions for scrolling line by line 2019-04-08 19:50:06 +00:00
lib.rs Add rustfmt style guide 2019-03-30 16:48:36 +00:00
locale.rs Add rustfmt style guide 2019-03-30 16:48:36 +00:00
logging.rs Add rustfmt style guide 2019-03-30 16:48:36 +00:00
macros.rs Display errors and warnings 2018-11-17 14:39:13 +00:00
main.rs Add rustfmt style guide 2019-03-30 16:48:36 +00:00
message_bar.rs Add rustfmt style guide 2019-03-30 16:48:36 +00:00
meter.rs Add rustfmt style guide 2019-03-30 16:48:36 +00:00
panic.rs Report Windows panics through MessageBox 2018-12-23 22:36:06 +00:00
selection.rs Add rustfmt style guide 2019-03-30 16:48:36 +00:00
sync.rs Add rustfmt style guide 2019-03-30 16:48:36 +00:00
url.rs Add rustfmt style guide 2019-03-30 16:48:36 +00:00
util.rs Revert daemon removal 2019-04-01 22:27:27 +00:00
window.rs Set maximum Rust version to 1.31.0 2019-04-09 19:29:46 +00:00