Skip to content

Commit

Permalink
Merge branch 'main' into lucio/refactor-sync-ctx
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioFranco authored Nov 19, 2024
2 parents 8792c39 + fd44afa commit 390240b
Show file tree
Hide file tree
Showing 2 changed files with 200 additions and 5 deletions.
203 changes: 198 additions & 5 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions libsql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ fallible-iterator = { version = "0.3", optional = true }

libsql_replication = { version = "0.6", path = "../libsql-replication", optional = true }
async-stream = { version = "0.3.5", optional = true }
reqwest = { version = "0.12.9", default-features = false, features = [ "rustls-tls", "json" ], optional = true }

[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports", "async", "async_futures", "async_tokio"] }
Expand Down Expand Up @@ -104,6 +105,7 @@ sync = [
"dep:bytes",
"dep:tokio",
"dep:futures",
"dep:reqwest",
"dep:serde_json",
]
hrana = [
Expand Down

0 comments on commit 390240b

Please sign in to comment.