Skip to content

Commit

Permalink
update surrealdb to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
macjuul committed Nov 26, 2024
1 parent 310c259 commit c1484e4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 17 deletions.
35 changes: 19 additions & 16 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 = { git = "https://github.com/surrealdb/surrealdb", default-features = false, features = ["http"] }
surrealdb = { version = "2.1.1", default-features = false, features = ["http"] }
ciborium = "0.2.2"
console_error_panic_hook = { version = "0.1.7", optional = true }
fern = "0.6.2"
Expand Down

0 comments on commit c1484e4

Please sign in to comment.