Skip to content

Commit

Permalink
Fix libsql crate git URL
Browse files Browse the repository at this point in the history
The `vector` branch was rebased, which means the commit went away.
Switch to branch instead.
  • Loading branch information
penberg committed Jun 12, 2024
1 parent 7b5d0fd commit ac99305
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 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 = "fc8521e2d387f82a8dde4587624fb4ba9c95487e", features = ["encryption"] }
libsql = { git = "https://github.com/tursodatabase/libsql/", branch = "vector", 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 ac99305

Please sign in to comment.