diff options
author | Christian Duerr <contact@christianduerr.com> | 2024-05-03 21:47:41 +0200 |
---|---|---|
committer | Josh Rahm <rahm@google.com> | 2024-08-14 15:42:41 -0600 |
commit | 6389f9a409f70be69fb7f889ff7989700579f03c (patch) | |
tree | 22ff397f5e4d95dc6ef98aa975784504fad0ddcf /alacritty_terminal/Cargo.toml | |
parent | 832ae01aefe28efaeff9b98234afabd8649f887e (diff) | |
download | r-alacritty-6389f9a409f70be69fb7f889ff7989700579f03c.tar.gz r-alacritty-6389f9a409f70be69fb7f889ff7989700579f03c.tar.bz2 r-alacritty-6389f9a409f70be69fb7f889ff7989700579f03c.zip |
Bump alacritty_terminal to 0.24.1-dev
This is only an update to the development version and does not represent
a stable release.
Diffstat (limited to 'alacritty_terminal/Cargo.toml')
-rw-r--r-- | alacritty_terminal/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml index 92731db7..ed36cc36 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alacritty_terminal" -version = "0.23.0-dev" +version = "0.24.1-dev" authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"] license = "Apache-2.0" description = "Library for writing terminal emulators" |