Release 1.0.0-beta.6
This commit is contained in:
parent
cc36c9c616
commit
68f1b014a9
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -3482,7 +3482,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "surrealdb"
|
||||
version = "1.0.0-beta.5"
|
||||
version = "1.0.0-beta.6"
|
||||
dependencies = [
|
||||
"argon2",
|
||||
"async-channel",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
name = "surrealdb"
|
||||
publish = true
|
||||
edition = "2021"
|
||||
version = "1.0.0-beta.5"
|
||||
version = "1.0.0-beta.6"
|
||||
readme = "CARGO.md"
|
||||
authors = ["Tobie Morgan Hitchcock <tobie@surrealdb.com>"]
|
||||
description = "A scalable, distributed, collaborative, document-graph database, for the realtime web"
|
||||
|
|
Loading…
Reference in a new issue