Skip to content

Commit

Permalink
Bump libsql version to latest vector branch
Browse files Browse the repository at this point in the history
  • Loading branch information
penberg committed Jun 12, 2024
1 parent fb555d9 commit 6833fb7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crate-type = ["cdylib"]

[dependencies]
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
libsql = { git = "https://github.com/libsql/libsql/", rev = "21cb5c80fd8b06ee5f087309b35859f156f29ef0", features = ["encryption"] }
libsql = { git = "https://github.com/libsql/libsql/", rev = "fc8521e2d387f82a8dde4587624fb4ba9c95487e", features = ["encryption"] }
tracing = "0.1"
once_cell = "1.18.0"
tokio = { version = "1.29.1", features = [ "rt-multi-thread" ] }
Expand Down

0 comments on commit 6833fb7

Please sign in to comment.