From 561ef56c29a9891c8f2500df86ca30f640ba07a3 Mon Sep 17 00:00:00 2001 From: Tobie Morgan Hitchcock Date: Mon, 29 Aug 2022 19:40:00 +0100 Subject: [PATCH] Release 1.0.0-beta.7 --- Cargo.lock | 2 +- lib/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 251521a9..8c19aa3f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3639,7 +3639,7 @@ dependencies = [ [[package]] name = "surrealdb" -version = "1.0.0-beta.6" +version = "1.0.0-beta.7" dependencies = [ "argon2", "async-channel", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 1bd5a406..aa241ead 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -2,7 +2,7 @@ name = "surrealdb" publish = true edition = "2021" -version = "1.0.0-beta.6" +version = "1.0.0-beta.7" readme = "CARGO.md" authors = ["Tobie Morgan Hitchcock "] description = "A scalable, distributed, collaborative, document-graph database, for the realtime web"