Update version to 1.25.1 (#1948)

This commit is contained in:
Casey Rodarmor 2024-03-09 14:40:56 -08:00 committed by GitHub
parent 158d0b2e6c
commit b4f779e4fe
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

@ -455,7 +455,7 @@ checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
[[package]]
name = "just"
version = "1.25.0"
version = "1.25.1"
dependencies = [
"ansi_term",
"atty",

View File

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