Skip to content

Commit

Permalink
Merge pull request #331 from Chia-Network/rusqlite
Browse files Browse the repository at this point in the history
switch rust wrapper for sqlite in chia-tools
  • Loading branch information
arvidn authored Dec 5, 2023
2 parents 7f30786 + 8ba7147 commit 7e5996e
Show file tree
Hide file tree
Showing 5 changed files with 202 additions and 227 deletions.
154 changes: 109 additions & 45 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion chia-tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ clvm-traits = { version = "=0.2.14" }
chia-wallet = { version = "=0.2.14", path = "../chia-wallet" }
clvmr = { version = "=0.3.0", features = ["counters"] }
chia = { version = "0.2.14", path = ".." }
sqlite = "=0.31.0"
rusqlite = { version = "=0.30.0", features = ["bundled"] }
clap = { version = "=4.3.9", features = ["derive"] }
zstd = "=0.12.3"
threadpool = "=1.8.1"
Expand Down
Loading

0 comments on commit 7e5996e

Please sign in to comment.