Skip to content

Commit edf63d5

Browse files
committed
Turso 0.3.1
1 parent a5d85b6 commit edf63d5

File tree

12 files changed

+94
-94
lines changed

12 files changed

+94
-94
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -39,29 +39,29 @@ exclude = [
3939
]
4040

4141
[workspace.package]
42-
version = "0.3.0"
42+
version = "0.3.1"
4343
authors = ["the Limbo authors"]
4444
edition = "2021"
4545
license = "MIT"
4646
repository = "https://github.com/tursodatabase/turso"
4747

4848
[workspace.dependencies]
49-
turso = { path = "bindings/rust", version = "0.3.0" }
50-
turso_node = { path = "bindings/javascript", version = "0.3.0" }
51-
limbo_completion = { path = "extensions/completion", version = "0.3.0" }
52-
turso_core = { path = "core", version = "0.3.0" }
53-
turso_sync_engine = { path = "sync/engine", version = "0.3.0" }
54-
limbo_crypto = { path = "extensions/crypto", version = "0.3.0" }
55-
limbo_csv = { path = "extensions/csv", version = "0.3.0" }
56-
turso_ext = { path = "extensions/core", version = "0.3.0" }
57-
turso_ext_tests = { path = "extensions/tests", version = "0.3.0" }
58-
limbo_ipaddr = { path = "extensions/ipaddr", version = "0.3.0" }
59-
turso_macros = { path = "macros", version = "0.3.0" }
60-
limbo_percentile = { path = "extensions/percentile", version = "0.3.0" }
61-
limbo_regexp = { path = "extensions/regexp", version = "0.3.0" }
62-
limbo_uuid = { path = "extensions/uuid", version = "0.3.0" }
63-
turso_parser = { path = "parser", version = "0.3.0" }
64-
limbo_fuzzy = { path = "extensions/fuzzy", version = "0.3.0" }
49+
turso = { path = "bindings/rust", version = "0.3.1" }
50+
turso_node = { path = "bindings/javascript", version = "0.3.1" }
51+
limbo_completion = { path = "extensions/completion", version = "0.3.1" }
52+
turso_core = { path = "core", version = "0.3.1" }
53+
turso_sync_engine = { path = "sync/engine", version = "0.3.1" }
54+
limbo_crypto = { path = "extensions/crypto", version = "0.3.1" }
55+
limbo_csv = { path = "extensions/csv", version = "0.3.1" }
56+
turso_ext = { path = "extensions/core", version = "0.3.1" }
57+
turso_ext_tests = { path = "extensions/tests", version = "0.3.1" }
58+
limbo_ipaddr = { path = "extensions/ipaddr", version = "0.3.1" }
59+
turso_macros = { path = "macros", version = "0.3.1" }
60+
limbo_percentile = { path = "extensions/percentile", version = "0.3.1" }
61+
limbo_regexp = { path = "extensions/regexp", version = "0.3.1" }
62+
limbo_uuid = { path = "extensions/uuid", version = "0.3.1" }
63+
turso_parser = { path = "parser", version = "0.3.1" }
64+
limbo_fuzzy = { path = "extensions/fuzzy", version = "0.3.1" }
6565
sql_generation = { path = "sql_generation" }
6666
strum = { version = "0.26", features = ["derive"] }
6767
strum_macros = "0.26"

bindings/javascript/package-lock.json

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

0 commit comments

Comments
 (0)