Skip to content

Commit

Permalink
Bump SurrealDB to 1.5.0, version to 0.1.7 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
kearfy committed May 14, 2024
1 parent a4279e4 commit 9a9da2c
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 10 deletions.
128 changes: 120 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ log = "0.4.21"
serde = { version = "1.0.197", features = ["derive"] }
serde-wasm-bindgen = "0.6.5"
serde_json = "1.0.115"
surrealdb = { package="surrealdb-core", version = "=2.0.0-1.4.2", default-features = false , features = ["jwks"]}
surrealdb = { package="surrealdb-core", version = "=2.0.0-1.5.0", default-features = false , features = ["jwks"]}
wasm-bindgen = "0.2.92"
wasm-bindgen-futures = "0.4.42"
web-sys = { version = "0.3.69", features = ["console"] }
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "surrealql.wasm",
"version": "0.1.6",
"version": "0.1.7",
"packageManager": "pnpm@9.0.6",
"description": "WebAssembly utility functions for SurrealQL",
"repository": {
Expand Down

0 comments on commit 9a9da2c

Please sign in to comment.