1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

Merge pull request #6111 from sylvestre/0.0.25

update of the version to 0.0.25
This commit is contained in:
Sylvestre Ledru 2024-03-23 20:34:56 +01:00 committed by GitHub
commit a1198a34e6
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

@ -380,7 +380,7 @@ checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
[[package]]
name = "coreutils"
version = "0.0.24"
version = "0.0.25"
dependencies = [
"chrono",
"clap",

View file

@ -5,7 +5,7 @@
[package]
name = "coreutils"
version = "0.0.24"
version = "0.0.25"
authors = ["uutils developers"]
license = "MIT"
description = "coreutils ~ GNU coreutils (updated); implemented as universal (cross-platform) utils, written in Rust"