Release 1.0.0-beta.5

This commit is contained in:
Tobie Morgan Hitchcock 2022-08-01 10:28:43 +01:00
parent 3c57496655
commit 3ab94a5abf
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -3277,7 +3277,7 @@ dependencies = [
[[package]] [[package]]
name = "surrealdb" name = "surrealdb"
version = "1.0.0-beta.4" version = "1.0.0-beta.5"
dependencies = [ dependencies = [
"argon2", "argon2",
"async-channel", "async-channel",

View file

@ -2,7 +2,7 @@
name = "surrealdb" name = "surrealdb"
publish = true publish = true
edition = "2021" edition = "2021"
version = "1.0.0-beta.4" version = "1.0.0-beta.5"
readme = "CARGO.md" readme = "CARGO.md"
authors = ["Tobie Morgan Hitchcock <tobie@surrealdb.com>"] authors = ["Tobie Morgan Hitchcock <tobie@surrealdb.com>"]
description = "A scalable, distributed, collaborative, document-graph database, for the realtime web" description = "A scalable, distributed, collaborative, document-graph database, for the realtime web"