Skip to content

Commit

Permalink
Bump surrealdb and version
Browse files Browse the repository at this point in the history
  • Loading branch information
kearfy committed Oct 4, 2024
1 parent 7bcdf83 commit eb96334
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions 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.2", default-features = false, features = [ "http" ] }
surrealdb = { version = "2.0.3", 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 All @@ -48,4 +48,4 @@ cargo-lock = "9.0.0"
wasm-bindgen-test = "0.3.41"

[build-dependencies]
cargo-lock = "9.0.0"
cargo-lock = "9.0.0"
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.0-beta.23",
"version": "1.0.0-beta.24",
"description": "WebAssembly driver for SurrealDB",
"repository": {
"type": "git",
Expand Down

0 comments on commit eb96334

Please sign in to comment.