Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Mar 17, 2024
1 parent 562d26a commit 2487813
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

34 changes: 17 additions & 17 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
[workspace.package]
authors = ["o2sh <ossama-hjaji@live.fr>"]
edition = "2021"
license = "MIT"
version = "2.20.0"
repository = "https://github.com/o2sh/onefetch"

[workspace]
members = ["ascii", "image", "manifest"]

[workspace.dependencies]
owo-colors = "3.5.0"
anyhow = "1.0"
clap = { version = "4.5.3", features = ["derive"] }
image = "0.24.9"
strum = { version = "0.25.0", features = ["derive"] }

[package]
authors.workspace = true
edition.workspace = true
Expand All @@ -12,23 +29,6 @@ name = "onefetch"
homepage = "https://onefetch.dev"
rust-version = "1.74.1"

[workspace]
members = ["ascii", "image", "manifest"]

[workspace.package]
authors = ["o2sh <ossama-hjaji@live.fr>"]
edition = "2021"
license = "MIT"
version = "2.19.0"
repository = "https://github.com/o2sh/onefetch"

[workspace.dependencies]
owo-colors = "3.5.0"
anyhow = "1.0"
clap = { version = "4.5.3", features = ["derive"] }
image = "0.24.9"
strum = { version = "0.25.0", features = ["derive"] }

[dependencies]
anyhow.workspace = true
askalono = "0.4.6"
Expand Down
2 changes: 1 addition & 1 deletion docs/onefetch.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
.TH ONEFETCH "1" "November 2023" "onefetch 2.19.0" "User Commands"
.TH ONEFETCH "1" "March 2024" "onefetch 2.20.0" "User Commands"
.SH NAME
onefetch \- Command-line Git information tool
.SH SYNOPSIS
Expand Down

0 comments on commit 2487813

Please sign in to comment.