1
1
mirror of https://github.com/casey/just.git synced 2024-10-26 06:50:11 +03:00

Bump version to 1.30.0 (#2229)

This commit is contained in:
Casey Rodarmor 2024-07-06 16:15:18 -07:00 committed by GitHub
parent d2f66815da
commit 0c9b159aa4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -591,7 +591,7 @@ dependencies = [
[[package]]
name = "just"
version = "1.29.1"
version = "1.30.0"
dependencies = [
"ansi_term",
"blake3",

View File

@ -1,6 +1,6 @@
[package]
name = "just"
version = "1.29.1"
version = "1.30.0"
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
autotests = false
categories = ["command-line-utilities", "development-tools"]