Skip to content

Commit 841e882

Browse files
committed
[gobby-#282] chore: bump unpublished crate versions
1 parent 09b0b95 commit 841e882

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

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

crates/gcode/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gobby-code"
3-
version = "0.9.3"
3+
version = "0.9.4"
44
edition = "2024"
55
rust-version = "1.88"
66
authors = ["Josh Wilhelmi <hello@gobby.ai>"]
@@ -22,7 +22,7 @@ path = "src/main.rs"
2222

2323
[dependencies]
2424
# Internal
25-
gobby-core = { path = "../gcore", version = "0.2.1", features = ["postgres", "falkor", "qdrant", "search", "indexing"] }
25+
gobby-core = { path = "../gcore", version = "0.2.2", features = ["postgres", "falkor", "qdrant", "search", "indexing"] }
2626

2727
# CLI
2828
clap = { version = "4", features = ["derive"] }

crates/gcore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gobby-core"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition = "2024"
55
rust-version = "1.88"
66
authors = ["Josh Wilhelmi <hello@gobby.ai>"]

crates/ghook/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gobby-hooks"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
edition = "2024"
55
rust-version = "1.88"
66
authors = ["Josh Wilhelmi <hello@gobby.ai>"]
@@ -22,7 +22,7 @@ base64 = "0.22"
2222
chrono = { version = "0.4", default-features = false, features = ["clock", "std"] }
2323
clap = { version = "4", features = ["derive"] }
2424
dirs = "6"
25-
gobby-core = { path = "../gcore", version = "0.2.1" }
25+
gobby-core = { path = "../gcore", version = "0.2.2" }
2626
libc = "0.2"
2727
serde = { version = "1", features = ["derive"] }
2828
serde_json = "1"

0 commit comments

Comments
 (0)