mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-05 00:04:23 +01:00
Turso v0.1.2-pre.1
This commit is contained in:
26
Cargo.toml
26
Cargo.toml
@@ -31,25 +31,25 @@ members = [
|
||||
exclude = ["perf/latency/limbo"]
|
||||
|
||||
[workspace.package]
|
||||
version = "0.1.1"
|
||||
version = "v0.1.2-pre.1"
|
||||
authors = ["the Limbo authors"]
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
repository = "https://github.com/tursodatabase/turso"
|
||||
|
||||
[workspace.dependencies]
|
||||
limbo_completion = { path = "extensions/completion", version = "0.1.1" }
|
||||
turso_core = { path = "core", version = "0.1.1" }
|
||||
limbo_crypto = { path = "extensions/crypto", version = "0.1.1" }
|
||||
limbo_csv = { path = "extensions/csv", version = "0.1.1" }
|
||||
turso_ext = { path = "extensions/core", version = "0.1.1" }
|
||||
turso_ext_tests = { path = "extensions/tests", version = "0.1.1" }
|
||||
limbo_ipaddr = { path = "extensions/ipaddr", version = "0.1.1" }
|
||||
turso_macros = { path = "macros", version = "0.1.1" }
|
||||
limbo_percentile = { path = "extensions/percentile", version = "0.1.1" }
|
||||
limbo_regexp = { path = "extensions/regexp", version = "0.1.1" }
|
||||
turso_sqlite3_parser = { path = "vendored/sqlite3-parser", version = "0.1.1" }
|
||||
limbo_uuid = { path = "extensions/uuid", version = "0.1.1" }
|
||||
limbo_completion = { path = "extensions/completion", version = "v0.1.2-pre.1" }
|
||||
turso_core = { path = "core", version = "v0.1.2-pre.1" }
|
||||
limbo_crypto = { path = "extensions/crypto", version = "v0.1.2-pre.1" }
|
||||
limbo_csv = { path = "extensions/csv", version = "v0.1.2-pre.1" }
|
||||
turso_ext = { path = "extensions/core", version = "v0.1.2-pre.1" }
|
||||
turso_ext_tests = { path = "extensions/tests", version = "v0.1.2-pre.1" }
|
||||
limbo_ipaddr = { path = "extensions/ipaddr", version = "v0.1.2-pre.1" }
|
||||
turso_macros = { path = "macros", version = "v0.1.2-pre.1" }
|
||||
limbo_percentile = { path = "extensions/percentile", version = "v0.1.2-pre.1" }
|
||||
limbo_regexp = { path = "extensions/regexp", version = "v0.1.2-pre.1" }
|
||||
turso_sqlite3_parser = { path = "vendored/sqlite3-parser", version = "v0.1.2-pre.1" }
|
||||
limbo_uuid = { path = "extensions/uuid", version = "v0.1.2-pre.1" }
|
||||
strum = { version = "0.26", features = ["derive"] }
|
||||
strum_macros = "0.26"
|
||||
serde = "1.0"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tursodatabase/turso-darwin-universal",
|
||||
"version": "0.1.1",
|
||||
"version": "v0.1.2-pre.1",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/tursodatabase/turso"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tursodatabase/turso-linux-x64-gnu",
|
||||
"version": "0.1.1",
|
||||
"version": "v0.1.2-pre.1",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/tursodatabase/turso"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tursodatabase/turso-win32-x64-msvc",
|
||||
"version": "0.1.1",
|
||||
"version": "v0.1.2-pre.1",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/tursodatabase/turso"
|
||||
|
||||
4
bindings/javascript/package-lock.json
generated
4
bindings/javascript/package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@tursodatabase/turso",
|
||||
"version": "0.1.1",
|
||||
"version": "v0.1.2-pre.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@tursodatabase/turso",
|
||||
"version": "0.1.1",
|
||||
"version": "v0.1.2-pre.1",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@napi-rs/cli": "^2.18.4",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tursodatabase/turso",
|
||||
"version": "0.1.1",
|
||||
"version": "v0.1.2-pre.1",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/tursodatabase/turso"
|
||||
@@ -42,4 +42,4 @@
|
||||
"version": "napi version"
|
||||
},
|
||||
"packageManager": "yarn@4.6.0"
|
||||
}
|
||||
}
|
||||
4
bindings/wasm/package-lock.json
generated
4
bindings/wasm/package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "limbo-wasm",
|
||||
"version": "0.1.1",
|
||||
"version": "v0.1.2-pre.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "limbo-wasm",
|
||||
"version": "0.1.1",
|
||||
"version": "v0.1.2-pre.1",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.49.1",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"collaborators": [
|
||||
"the Limbo authors"
|
||||
],
|
||||
"version": "0.1.1",
|
||||
"version": "v0.1.2-pre.1",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user