diff --git a/Cargo.lock b/Cargo.lock index 7e19e03e9a..c3b9c6b02b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3430,7 +3430,7 @@ dependencies = [ [[package]] name = "libsql" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "async-stream", diff --git a/libsql/Cargo.toml b/libsql/Cargo.toml index 3d65f71c73..aa78a1bf0c 100644 --- a/libsql/Cargo.toml +++ b/libsql/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libsql" -version = "0.5.0" +version = "0.5.1" edition = "2021" description = "libSQL library: the main gateway for interacting with the database" repository = "https://github.com/tursodatabase/libsql"