Skip to content

Commit 2487813

Browse files
committed
bump version
1 parent 562d26a commit 2487813

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+17-17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
[workspace.package]
2+
authors = ["o2sh <ossama-hjaji@live.fr>"]
3+
edition = "2021"
4+
license = "MIT"
5+
version = "2.20.0"
6+
repository = "https://github.com/o2sh/onefetch"
7+
8+
[workspace]
9+
members = ["ascii", "image", "manifest"]
10+
11+
[workspace.dependencies]
12+
owo-colors = "3.5.0"
13+
anyhow = "1.0"
14+
clap = { version = "4.5.3", features = ["derive"] }
15+
image = "0.24.9"
16+
strum = { version = "0.25.0", features = ["derive"] }
17+
118
[package]
219
authors.workspace = true
320
edition.workspace = true
@@ -12,23 +29,6 @@ name = "onefetch"
1229
homepage = "https://onefetch.dev"
1330
rust-version = "1.74.1"
1431

15-
[workspace]
16-
members = ["ascii", "image", "manifest"]
17-
18-
[workspace.package]
19-
authors = ["o2sh <ossama-hjaji@live.fr>"]
20-
edition = "2021"
21-
license = "MIT"
22-
version = "2.19.0"
23-
repository = "https://github.com/o2sh/onefetch"
24-
25-
[workspace.dependencies]
26-
owo-colors = "3.5.0"
27-
anyhow = "1.0"
28-
clap = { version = "4.5.3", features = ["derive"] }
29-
image = "0.24.9"
30-
strum = { version = "0.25.0", features = ["derive"] }
31-
3232
[dependencies]
3333
anyhow.workspace = true
3434
askalono = "0.4.6"

docs/onefetch.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
2-
.TH ONEFETCH "1" "November 2023" "onefetch 2.19.0" "User Commands"
2+
.TH ONEFETCH "1" "March 2024" "onefetch 2.20.0" "User Commands"
33
.SH NAME
44
onefetch \- Command-line Git information tool
55
.SH SYNOPSIS

0 commit comments

Comments
 (0)