-
-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1d829c3
commit 85c4253
Showing
4 changed files
with
95 additions
and
63 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ path = './benches/criterion.rs' | |
|
||
[package] | ||
name = 'xplr' | ||
version = '0.19.4' | ||
version = '0.20.0-beta.0' | ||
authors = ['Arijit Basu <[email protected]>'] | ||
edition = '2021' | ||
description = 'A hackable, minimal, fast TUI file explorer' | ||
|
@@ -22,11 +22,11 @@ categories = ['command-line-interface', 'command-line-utilities'] | |
include = ['src/**/*', 'docs/en/src/**/*', 'LICENSE', 'README.md'] | ||
|
||
[dependencies] | ||
libc = "0.2.135" | ||
libc = "0.2.136" | ||
humansize = "2.1.0" | ||
natord = "1.0.9" | ||
anyhow = "1.0.65" | ||
serde_yaml = "0.9.13" | ||
anyhow = "1.0.66" | ||
serde_yaml = "0.9.14" | ||
crossterm = "0.25.0" | ||
dirs = "4.0.0" | ||
ansi-to-tui = "2.0.0" | ||
|
@@ -49,7 +49,7 @@ default-features = false | |
features = ['crossterm', 'serde'] | ||
|
||
[dependencies.serde] | ||
version = "1.0.145" | ||
version = "1.0.147" | ||
features = ['derive'] | ||
|
||
[dependencies.chrono] | ||
|
@@ -70,7 +70,7 @@ features = ['serde'] | |
|
||
[dev-dependencies] | ||
criterion = "0.4.0" | ||
assert_cmd = "2.0.4" | ||
assert_cmd = "2.0.5" | ||
|
||
[profile.release] | ||
lto = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters