Skip to content

Commit

Permalink
Bump surrealdb to 2.0.4 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
kearfy authored Oct 11, 2024
1 parent 4196e30 commit 67aa03f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 @@ -25,7 +25,7 @@ kv-mem = ["surrealdb/kv-mem"]
stack-traces = ["dep:console_error_panic_hook"]

[dependencies]
surrealdb = { version = "2.0.3", default-features = false, features = ["http"] }
surrealdb = { version = "2.0.4", default-features = false, features = ["http"] }
chrono = { version = "0.4.37", features = ["serde", "wasmbind"] }
ciborium = "0.2.2"
console_error_panic_hook = { version = "0.1.7", optional = true }
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": "@surrealdb/wasm",
"version": "1.0.1",
"version": "1.0.2",
"description": "WebAssembly driver for SurrealDB",
"repository": {
"type": "git",
Expand Down

0 comments on commit 67aa03f

Please sign in to comment.