Skip to content

Commit d7fc437

Browse files
committed
0.9.1
1 parent 6064588 commit d7fc437

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@ exclude = [
2525
]
2626

2727
[workspace.package]
28-
version = "0.9.1-pre.1"
28+
version = "0.9.1"
2929
authors = ["the libSQL authors"]
3030
edition = "2021"
3131
license = "MIT"
3232
repository = "https://github.com/tursodatabase/libsql"
3333

3434
[workspace.dependencies]
35-
libsql-ffi = { path = "libsql-ffi", version = "0.9.1-pre.1" }
36-
libsql-sys = { path = "libsql-sys", version = "0.9.1-pre.1", default-features = false }
37-
libsql-hrana = { path = "libsql-hrana", version = "0.9.1-pre.1" }
38-
libsql_replication = { path = "libsql-replication", version = "0.9.1-pre.1" }
39-
rusqlite = { package = "libsql-rusqlite", path = "vendored/rusqlite", version = "0.9.1-pre.1", default-features = false, features = [
35+
libsql-ffi = { path = "libsql-ffi", version = "0.9.1" }
36+
libsql-sys = { path = "libsql-sys", version = "0.9.1", default-features = false }
37+
libsql-hrana = { path = "libsql-hrana", version = "0.9.1" }
38+
libsql_replication = { path = "libsql-replication", version = "0.9.1" }
39+
rusqlite = { package = "libsql-rusqlite", path = "vendored/rusqlite", version = "0.9.1", default-features = false, features = [
4040
"libsql-experimental",
4141
"column_decltype",
4242
"load_extension",

vendored/rusqlite/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "libsql-rusqlite"
33
# Note: Update version in README.md when you change this.
4-
version = "0.9.1-pre.1"
4+
version = "0.9.1"
55
authors = ["The rusqlite developers"]
66
edition = "2018"
77
description = "Ergonomic wrapper for SQLite (libsql fork)"

0 commit comments

Comments
 (0)