mirror of
https://github.com/lsd-rs/lsd
synced 2024-11-10 06:14:19 +00:00
🎉 release v1.1.5
Signed-off-by: Wei Zhang <kweizh@gmail.com>
This commit is contained in:
parent
3d9f04acbe
commit
5b104dcf3a
4 changed files with 4 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -734,7 +734,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "lsd"
|
name = "lsd"
|
||||||
version = "1.1.3"
|
version = "1.1.5"
|
||||||
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.3"
|
version = "1.1.5"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.74"
|
rust-version = "1.74"
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
**IMPORTANT**: This is the development documents,
|
**IMPORTANT**: This is the development documents,
|
||||||
please check the docs in [Tags](https://github.com/lsd-rs/lsd/tags) if you installed from the released ones.
|
please check the docs in [Tags](https://github.com/lsd-rs/lsd/tags) if you installed from the released ones.
|
||||||
|
|
||||||
The current newest release is: [v1.1.3](https://github.com/lsd-rs/lsd/tree/v1.1.3)
|
The current newest release is: [v1.1.5](https://github.com/lsd-rs/lsd/tree/v1.1.5)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
2
lsd.spec
2
lsd.spec
|
@ -1,5 +1,5 @@
|
||||||
Name: lsd
|
Name: lsd
|
||||||
Version: 1.1.3
|
Version: 1.1.5
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The next gen ls command
|
Summary: The next gen ls command
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue