Skip to content

Commit

Permalink
Prepare release (tursodatabase#1325)
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Jastrzebski <piotr@chiselstrike.com>
  • Loading branch information
haaawk authored Apr 17, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 1869f70 commit 49e28c6
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libsql-replication/Cargo.toml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ license = "MIT"
[dependencies]
tonic = { version = "0.11", features = ["tls"] }
prost = "0.12"
libsql-sys = { version = "0.4", path = "../libsql-sys", default-features = false, features = ["wal", "rusqlite", "api"] }
libsql-sys = { version = "0.5", path = "../libsql-sys", default-features = false, features = ["wal", "rusqlite", "api"] }
rusqlite = { workspace = true }
parking_lot = "0.12.1"
bytes = { version = "1.5.0", features = ["serde"] }
2 changes: 1 addition & 1 deletion libsql-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libsql-sys"
version = "0.4.1"
version = "0.5.0"
edition = "2021"
license = "MIT"
description = "Native bindings to libSQL"
2 changes: 1 addition & 1 deletion libsql/Cargo.toml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ tracing = { version = "0.1.37", default-features = false }
thiserror = "1.0.40"

futures = { version = "0.3.28", optional = true }
libsql-sys = { version = "0.4", path = "../libsql-sys", optional = true }
libsql-sys = { version = "0.5", path = "../libsql-sys", optional = true }
libsql-hrana = { version = "0.1", path = "../libsql-hrana", optional = true }
tokio = { version = "1.29.1", features = ["sync"], optional = true }
tokio-util = { version = "0.7", features = ["io-util", "codec"], optional = true }

0 comments on commit 49e28c6

Please sign in to comment.