aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2024-06-25 12:35:12 +0100
committerGitHub <noreply@github.com>2024-06-25 12:35:12 +0100
commitc8b3e418a1d485da8d9bf522ce1f93facf9d60a7 (patch)
tree5ff4905e25c7a7be19de8b0b64063c6ac67acbe7 /Cargo.toml
parentchore(deps): update ratatui to 0.27 (#2193) (diff)
downloadatuin-c8b3e418a1d485da8d9bf522ce1f93facf9d60a7.zip
chore(release): prepare for release v18.4.0-beta.1 (#2195)
* chore(release): prepare for release v18.4.0-beta.1 * remove full release test
Diffstat (limited to '')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f7723a83..ac2dbd0d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,9 +5,9 @@ resolver = "2"
exclude = ["ui/backend"]
[workspace.package]
-version = "18.3.0"
-authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"]
-rust-version = "1.77"
+version = "18.4.0-beta.1"
+authors = ["Ellie Huxtable <ellie@atuin.sh>"]
+rust-version = "1.79"
license = "MIT"
homepage = "https://atuin.sh"
repository = "https://github.com/atuinsh/atuin"