Skip to content

Commit ac99305

Browse files
committed
Fix libsql crate git URL
The `vector` branch was rebased, which means the commit went away. Switch to branch instead.
1 parent 7b5d0fd commit ac99305

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ crate-type = ["cdylib"]
1212

1313
[dependencies]
1414
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
15-
libsql = { git = "https://github.com/libsql/libsql/", rev = "fc8521e2d387f82a8dde4587624fb4ba9c95487e", features = ["encryption"] }
15+
libsql = { git = "https://github.com/tursodatabase/libsql/", branch = "vector", features = ["encryption"] }
1616
tracing = "0.1"
1717
once_cell = "1.18.0"
1818
tokio = { version = "1.29.1", features = [ "rt-multi-thread" ] }

0 commit comments

Comments
 (0)