Skip to content

Commit e79da73

Browse files
committed
Limbo 0.0.18-pre.5
1 parent 7394ad6 commit e79da73

File tree

5 files changed

+42
-42
lines changed

5 files changed

+42
-42
lines changed

Cargo.lock

+24-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+14-14
Original file line numberDiff line numberDiff line change
@@ -29,26 +29,26 @@ members = [
2929
exclude = ["perf/latency/limbo"]
3030

3131
[workspace.package]
32-
version = "0.0.18-pre.4"
32+
version = "0.0.18-pre.5"
3333
authors = ["the Limbo authors"]
3434
edition = "2021"
3535
license = "MIT"
3636
repository = "https://github.com/tursodatabase/limbo"
3737

3838
[workspace.dependencies]
39-
limbo_completion = { path = "extensions/completion", version = "0.0.18-pre.4" }
40-
limbo_core = { path = "core", version = "0.0.18-pre.4" }
41-
limbo_crypto = { path = "extensions/crypto", version = "0.0.18-pre.4" }
42-
limbo_ext = { path = "extensions/core", version = "0.0.18-pre.4" }
43-
limbo_ext_tests = { path = "extensions/tests", version = "0.0.18-pre.4" }
44-
limbo_ipaddr = { path = "extensions/ipaddr", version = "0.0.18-pre.4" }
45-
limbo_macros = { path = "macros", version = "0.0.18-pre.4" }
46-
limbo_percentile = { path = "extensions/percentile", version = "0.0.18-pre.4" }
47-
limbo_regexp = { path = "extensions/regexp", version = "0.0.18-pre.4" }
48-
limbo_series = { path = "extensions/series", version = "0.0.18-pre.4" }
49-
limbo_sqlite3_parser = { path = "vendored/sqlite3-parser", version = "0.0.18-pre.4" }
50-
limbo_time = { path = "extensions/time", version = "0.0.18-pre.4" }
51-
limbo_uuid = { path = "extensions/uuid", version = "0.0.18-pre.4" }
39+
limbo_completion = { path = "extensions/completion", version = "0.0.18-pre.5" }
40+
limbo_core = { path = "core", version = "0.0.18-pre.5" }
41+
limbo_crypto = { path = "extensions/crypto", version = "0.0.18-pre.5" }
42+
limbo_ext = { path = "extensions/core", version = "0.0.18-pre.5" }
43+
limbo_ext_tests = { path = "extensions/tests", version = "0.0.18-pre.5" }
44+
limbo_ipaddr = { path = "extensions/ipaddr", version = "0.0.18-pre.5" }
45+
limbo_macros = { path = "macros", version = "0.0.18-pre.5" }
46+
limbo_percentile = { path = "extensions/percentile", version = "0.0.18-pre.5" }
47+
limbo_regexp = { path = "extensions/regexp", version = "0.0.18-pre.5" }
48+
limbo_series = { path = "extensions/series", version = "0.0.18-pre.5" }
49+
limbo_sqlite3_parser = { path = "vendored/sqlite3-parser", version = "0.0.18-pre.5" }
50+
limbo_time = { path = "extensions/time", version = "0.0.18-pre.5" }
51+
limbo_uuid = { path = "extensions/uuid", version = "0.0.18-pre.5" }
5252

5353
# Config for 'cargo dist'
5454
[workspace.metadata.dist]

bindings/javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tursodatabase/limbo",
3-
"version": "0.0.18-pre.4",
3+
"version": "0.0.18-pre.5",
44
"description": "The Limbo database library",
55
"main": "index.js",
66
"types": "index.d.ts",

bindings/wasm/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/wasm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"collaborators": [
44
"the Limbo authors"
55
],
6-
"version": "0.0.18-pre.4",
6+
"version": "0.0.18-pre.5",
77
"license": "MIT",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)