From 233a56287b03cf78f8cf67a0637519f505a3b852 Mon Sep 17 00:00:00 2001 From: Tobie Morgan Hitchcock Date: Sun, 24 Jul 2022 01:36:49 +0100 Subject: [PATCH] Release 1.0.0-beta.3 --- Cargo.lock | 2 +- lib/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a3b435c6..db5d2e1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3272,7 +3272,7 @@ dependencies = [ [[package]] name = "surrealdb" -version = "1.0.0-beta.2" +version = "1.0.0-beta.3" dependencies = [ "argon2", "async-channel", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index ed67d594..5660bab6 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -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 "] description = "A scalable, distributed, collaborative, document-graph database, for the realtime web"