Skip to content

Commit

Permalink
chore: use beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
macjuul committed Aug 28, 2024
1 parent 514a856 commit 798ed54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 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 @@ -24,7 +24,7 @@ default = []
stack-traces = ["dep:console_error_panic_hook"]

[dependencies]
surrealdb = { package = "surrealdb-core", git = "https://github.com/surrealdb/surrealdb", rev = "6fbf847", default-features = false , features = ["jwks"]}
surrealdb = { package = "surrealdb-core-beta", version = "2.0.0", default-features = false , features = ["jwks"]}
ciborium = "0.2.1"
console_error_panic_hook = { version = "0.1.7", optional = true }
fern = "0.6.2"
Expand Down

0 comments on commit 798ed54

Please sign in to comment.