Skip to content

Commit 280ecd5

Browse files
committed
update lbug,icebug to crates.io
1 parent 5547c4b commit 280ecd5

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

src-tauri/Cargo.lock

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

src-tauri/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ icebug-analytics = ["dep:icebug"]
1818
tauri = { version = "2", features = [] }
1919
serde = { version = "1", features = ["derive"] }
2020
serde_json = "1"
21-
lbug = { git = "https://github.com/LadybugDB/ladybug-rust", features = ["arrow"] }
22-
icebug = { git = "https://github.com/Ladybug-Memory/icebug-rust", optional = true }
2321
arrow-array = { version = "56" }
2422
arrow-ipc = { version = "56" }
2523
arrow-schema = { version = "56" }
2624
walkdir = "2"
2725
dirs = "5"
2826
fastrand = "2"
2927
reqwest = { version = "0.13.3", features = ["blocking", "json"] }
28+
icebug = { version = "12.9.0", optional = true }
29+
lbug = { version = "0.17.0", features = ["arrow"] }

0 commit comments

Comments
 (0)