mirror of
https://github.com/lsd-rs/lsd
synced 2025-01-09 10:28:41 +00:00
🎉 upgrade to v1.1.3
Signed-off-by: Wei Zhang <kweizh@gmail.com>
This commit is contained in:
parent
4678810584
commit
6953ecbfe2
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -734,7 +734,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "lsd"
|
||||
version = "1.1.2"
|
||||
version = "1.1.3"
|
||||
dependencies = [
|
||||
"assert_cmd",
|
||||
"assert_fs",
|
||||
|
|
|
@ -8,7 +8,7 @@ license = "Apache-2.0"
|
|||
name = "lsd"
|
||||
readme = "./README.md"
|
||||
repository = "https://github.com/lsd-rs/lsd"
|
||||
version = "1.1.2"
|
||||
version = "1.1.3"
|
||||
edition = "2021"
|
||||
rust-version = "1.74"
|
||||
|
||||
|
|
2
lsd.spec
2
lsd.spec
|
@ -1,5 +1,5 @@
|
|||
Name: lsd
|
||||
Version: 1.1.2
|
||||
Version: 1.1.3
|
||||
Release: 1%{?dist}
|
||||
Summary: The next gen ls command
|
||||
|
||||
|
|
Loading…
Reference in a new issue