Skip to content

Commit

Permalink
bump libsql rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioFranco committed Jan 3, 2024
1 parent 57ebba2 commit 16b48de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 = "0.3"
libsql = { git = "https://github.com/libsql/libsql/", rev = "804efc1070e191880f2a8cad8a45b2bbd45175bb" }
libsql = { git = "https://github.com/libsql/libsql/", rev = "2bdfe312b5e62a40c427f1e769a26a5f95f84378" }
tracing = "0.1"
once_cell = "1.18.0"
tokio = { version = "1.29.1", features = [ "rt-multi-thread" ] }
Expand Down

0 comments on commit 16b48de

Please sign in to comment.