Skip to content

Commit

Permalink
Version 1.9.1
Browse files Browse the repository at this point in the history
* Bump dependencies
  • Loading branch information
acuteenvy committed Mar 28, 2024
1 parent 7f30db5 commit 3b9efaf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tlrc"
version = "1.9.0"
version = "1.9.1"
description = "Official tldr client written in Rust"
categories = ["command-line-utilities"]
homepage = "https://github.com/tldr-pages/tlrc"
Expand All @@ -15,7 +15,7 @@ name = "tldr"
path = "src/main.rs"

[dependencies]
clap = { version = "4.5.3", features = ["derive"] }
clap = { version = "4.5.4", features = ["derive"] }
dirs = "5.0.1"
once_cell = "1.19.0"
ring = "0.17.8"
Expand Down
2 changes: 1 addition & 1 deletion tldr.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "TLRC" "1" "2024-03-24" "tlrc 1.9.0" "tlrc manual"
.TH "TLRC" "1" "2024-03-28" "tlrc 1.9.1" "tlrc manual"
.nh
.ad l
.SH NAME
Expand Down

0 comments on commit 3b9efaf

Please sign in to comment.