mirror of
https://github.com/alacritty/alacritty.git
synced 2025-04-28 18:07:30 -04:00
Bump alacritty_terminal to 0.24.1-dev
This is only an update to the development version and does not represent a stable release.
This commit is contained in:
parent
26ed8e1b9d
commit
82f41ed65c
4 changed files with 6 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -91,7 +91,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "alacritty_terminal"
|
name = "alacritty_terminal"
|
||||||
version = "0.23.0-dev"
|
version = "0.24.1-dev"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64",
|
"base64",
|
||||||
"bitflags 2.4.2",
|
"bitflags 2.4.2",
|
||||||
|
|
|
@ -12,7 +12,7 @@ rust-version = "1.70.0"
|
||||||
|
|
||||||
[dependencies.alacritty_terminal]
|
[dependencies.alacritty_terminal]
|
||||||
path = "../alacritty_terminal"
|
path = "../alacritty_terminal"
|
||||||
version = "0.23.0-dev"
|
version = "0.24.1-dev"
|
||||||
|
|
||||||
[dependencies.alacritty_config_derive]
|
[dependencies.alacritty_config_derive]
|
||||||
path = "../alacritty_config_derive"
|
path = "../alacritty_config_derive"
|
||||||
|
|
|
@ -8,7 +8,9 @@ sections should follow the order `Added`, `Changed`, `Deprecated`, `Fixed` and
|
||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
## 0.23.0-dev
|
## 0.24.1-dev
|
||||||
|
|
||||||
|
## 0.24.0
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "alacritty_terminal"
|
name = "alacritty_terminal"
|
||||||
version = "0.23.0-dev"
|
version = "0.24.1-dev"
|
||||||
authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"]
|
authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
description = "Library for writing terminal emulators"
|
description = "Library for writing terminal emulators"
|
||||||
|
|
Loading…
Add table
Reference in a new issue