mirror of
https://github.com/lsd-rs/lsd
synced 2025-01-10 02:38:49 +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]]
|
[[package]]
|
||||||
name = "lsd"
|
name = "lsd"
|
||||||
version = "1.1.2"
|
version = "1.1.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"assert_cmd",
|
"assert_cmd",
|
||||||
"assert_fs",
|
"assert_fs",
|
||||||
|
|
|
@ -8,7 +8,7 @@ license = "Apache-2.0"
|
||||||
name = "lsd"
|
name = "lsd"
|
||||||
readme = "./README.md"
|
readme = "./README.md"
|
||||||
repository = "https://github.com/lsd-rs/lsd"
|
repository = "https://github.com/lsd-rs/lsd"
|
||||||
version = "1.1.2"
|
version = "1.1.3"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.74"
|
rust-version = "1.74"
|
||||||
|
|
||||||
|
|
2
lsd.spec
2
lsd.spec
|
@ -1,5 +1,5 @@
|
||||||
Name: lsd
|
Name: lsd
|
||||||
Version: 1.1.2
|
Version: 1.1.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The next gen ls command
|
Summary: The next gen ls command
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue