Skip to content

Commit

Permalink
Merge pull request #74 from tursodatabase/lucio/bump-rust
Browse files Browse the repository at this point in the history
bump libsql rust version
  • Loading branch information
LucioFranco authored Jan 4, 2024
2 parents 57ebba2 + 2df2b2e commit 643ce01
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libsql-js"
version = "0.2.0-pre.6"
version = "0.2.0-pre.7"
description = ""
authors = ["Pekka Enberg <[email protected]>"]
license = "MIT"
Expand All @@ -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
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libsql",
"version": "0.2.0-pre.6",
"version": "0.2.0-pre.7",
"description": "",
"os": [
"darwin",
Expand Down

0 comments on commit 643ce01

Please sign in to comment.