From 667b43655df0a13703170b66f55958f755422248 Mon Sep 17 00:00:00 2001 From: Tobie Morgan Hitchcock Date: Tue, 19 Jul 2022 23:29:21 +0100 Subject: [PATCH] Release 1.0.0-beta.2 --- Cargo.lock | 2 +- lib/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 52b8fc9d..136f6ae2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3273,7 +3273,7 @@ dependencies = [ [[package]] name = "surrealdb" -version = "1.0.0-beta.1" +version = "1.0.0-beta.2" dependencies = [ "argon2", "async-channel", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 9ce39368..89127a66 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -2,7 +2,7 @@ name = "surrealdb" publish = true edition = "2021" -version = "1.0.0-beta.1" +version = "1.0.0-beta.2" readme = "CARGO.md" authors = ["Tobie Morgan Hitchcock "] description = "A scalable, distributed, collaborative, document-graph database, for the realtime web"