We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75f69bf commit c4ce98cCopy full SHA for c4ce98c
3 files changed
LIBSQL_VERSION
@@ -1 +1 @@
1
-0.1.0
+0.2.0
src/rust/wasmtime-bindings/Cargo.toml
@@ -1,6 +1,6 @@
[package]
2
name = "libsql-wasmtime-bindings"
3
-version = "0.1.0"
+version = "0.2.0"
4
edition = "2021"
5
license = "Apache-2.0"
6
description = "Wasmtime bindings for libSQL user-defined functions"
test/rust_suite/Cargo.toml
name = "libsql_rust_suite"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
0 commit comments