Release 1.0.0-beta.3

This commit is contained in:
Tobie Morgan Hitchcock 2022-07-24 01:36:49 +01:00
parent 7777e3bccd
commit 233a56287b
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -3272,7 +3272,7 @@ dependencies = [
[[package]]
name = "surrealdb"
version = "1.0.0-beta.2"
version = "1.0.0-beta.3"
dependencies = [
"argon2",
"async-channel",

View file

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