Skip to content

Commit

Permalink
Switch our version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hoijui committed Jan 3, 2024
1 parent b790aba commit 99f7200
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[package]
name = "osh-dir-std"
version = "0.7.2"
version = "0.8.0"
license = "AGPL-3.0-or-later"
authors = ["Robin Vobruba <hoijui.quaero@gmail.com>"]
description = """
Expand All @@ -24,7 +24,7 @@ workspace = true

[dependencies]
anyhow = "1.0"
osh_dir_std = { version = "0.7.2", path = "../lib" }
osh_dir_std = { version = "0.8.0", path = "../lib" }
clap = { version = "4.0", features = ["std", "cargo", "help"], default-features = false }
cli_utils = { version = "0.7", package = "cli_utils_hoijui" }
const_format = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[package]
name = "osh_dir_std"
version = "0.7.2"
version = "0.8.0"
license = "AGPL-3.0-or-later"
authors = ["Robin Vobruba <hoijui.quaero@gmail.com>"]
description = """
Expand Down

0 comments on commit 99f7200

Please sign in to comment.