Skip to content

Commit 2027abe

Browse files
author
riched
committed
dependency bump
1 parent e64208d commit 2027abe

File tree

4 files changed

+33
-30
lines changed

4 files changed

+33
-30
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## v0.2.3 (2025-08-16)
4+
- dependency bump
5+
36
## v0.2.2 (2025-06-18)
47
- dependency bump
58
- changed from using `once_cell::sync::Lazy` to `std::sync::LazyLock` (https://rust-lang.github.io/rust-clippy/master/index.html#non_std_lazy_statics)

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ panic = "abort"
2020
strip = true # Automatically strip symbols from the binary.
2121

2222
[build-dependencies]
23-
clap = { version = "4.5.40", default-features = false, features = ["help", "cargo"]}
24-
clap_complete = "4.5.54"
25-
clap_mangen = "0.2.27"
23+
clap = { version = "4.5.45", default-features = false, features = ["help", "cargo"]}
24+
clap_complete = "4.5.57"
25+
clap_mangen = "0.2.29"
2626

2727
[dependencies]
2828
serde = { version = "1.0.219", features = ["derive"] }
29-
serde_json = "1.0.140"
30-
wayland-client = "0.31.10"
31-
wayland-scanner = "0.31.6"
29+
serde_json = "1.0.142"
30+
wayland-client = "0.31.11"
31+
wayland-scanner = "0.31.7"
3232

3333
# Use linting from https://github.com/dotfive/standards-rs#code-linting
3434
# Until some guidelines are established

man/river-status.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ Print layout name of the focused tags.
2626
\fB\-m\fR, \fB\-\-mode\fR
2727
Print mode name.
2828
.TP
29-
\fB\-o\fR, \fB\-\-output\fR=\fIOUTPUT\fR
29+
\fB\-o\fR, \fB\-\-output\fR \fI<OUTPUT>\fR
3030
Select the output to display information about.
3131
.TP
3232
\fB\-p\fR, \fB\-\-pretty\fR
3333
Pretty print JSON.
3434
.TP
35-
\fB\-s\fR, \fB\-\-seat\fR=\fISEAT\fR
35+
\fB\-s\fR, \fB\-\-seat\fR \fI<SEAT>\fR
3636
Select the seat to display information about.
3737
.TP
3838
\fB\-\-show\-outputs\fR

0 commit comments

Comments
 (0)