Skip to content

Commit 1a9d07f

Browse files
committed
cargo: bump crate versions
1 parent 3d424de commit 1a9d07f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

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

crates/cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bugbite-cli"
3-
version = "0.0.6"
3+
version = "0.0.7"
44
description = "command line tool for bug, issue, and ticket mangling"
55
documentation = "https://github.com/radhermit/bugbite"
66
homepage = "https://github.com/radhermit/bugbite"
@@ -34,7 +34,7 @@ test = ["bugbite/test"]
3434

3535
[dependencies]
3636
anyhow = "1.0.81"
37-
bugbite = { path = "../lib", version = "0.0.6" }
37+
bugbite = { path = "../lib", version = "0.0.7" }
3838
camino = { version = "1.1.6", features = ["serde1"] }
3939
clap = { version = "4.5.4", features = ["cargo", "derive", "env", "wrap_help"] }
4040
clap_complete = { version = "4.5.1", optional = true }

crates/lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bugbite"
3-
version = "0.0.6"
3+
version = "0.0.7"
44
description = "library for bug, issue, and ticket mangling"
55
documentation = "https://github.com/radhermit/bugbite"
66
homepage = "https://github.com/radhermit/bugbite"

crates/tui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ path = "src/main.rs"
1919

2020
[dependencies]
2121
anyhow = "1.0.81"
22-
bugbite = { path = "../lib", version = "0.0.6" }
22+
bugbite = { path = "../lib", version = "0.0.7" }
2323
crossterm = "0.27.0"
2424
ratatui = "0.26.1"

0 commit comments

Comments
 (0)