Skip to content

Commit 7a87b65

Browse files
committed
Updated README.md and app version
1 parent 03a6589 commit 7a87b65

File tree

3 files changed

+71
-64
lines changed

3 files changed

+71
-64
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "atac"
33
description = "Arguably a Terminal API Client. Feature-full, free, open-source, offline and account-less."
4-
version = "0.21.0"
4+
version = "0.22.0"
55
authors = ["julien-cpsn"]
66
edition = "2021"
77
rust-version = "1.82"
@@ -96,7 +96,7 @@ walkdir = "=2.5.0"
9696
## Unescape string
9797
snailquote = "=0.3.1"
9898
## Ordered hashmap. Used in environments to preserve files' values order
99-
indexmap = { version = "=2.11.0", features = ["serde", "rayon"] }
99+
indexmap = { version = "=2.11.1", features = ["serde", "rayon"] }
100100
## Allows the usage of multiple threads in for loops
101101
rayon = "=1.11.0"
102102
## Create custom errors

0 commit comments

Comments
 (0)