Skip to content

Commit

Permalink
just do the update
Browse files Browse the repository at this point in the history
try w/ bundled on updated sqlx
  • Loading branch information
tbro committed Feb 13, 2025
1 parent a975197 commit ac36663
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 106 deletions.
43 changes: 5 additions & 38 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 hotshot-query-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ sqlx = { version = "0.8", features = [
"bit-vec",
"postgres",
"runtime-tokio",
"sqlite-unbundled",
"sqlite",
"tls-native-tls",
], optional = true }

Expand Down
69 changes: 3 additions & 66 deletions sequencer-sqlite/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 sequencer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ sqlx = { workspace = true, features = [
"bit-vec",
"postgres",
"runtime-tokio",
"sqlite-unbundled",
"sqlite",
"tls-native-tls",
] }
static_assertions = "1"
Expand Down

0 comments on commit ac36663

Please sign in to comment.