From 68f1b014a9a94a2383c456ad5fc44503b21737c1 Mon Sep 17 00:00:00 2001 From: Tobie Morgan Hitchcock Date: Sat, 13 Aug 2022 01:43:23 +0100 Subject: [PATCH] Release 1.0.0-beta.6 --- Cargo.lock | 2 +- lib/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea5bafbe..a8e9b21d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3482,7 +3482,7 @@ dependencies = [ [[package]] name = "surrealdb" -version = "1.0.0-beta.5" +version = "1.0.0-beta.6" dependencies = [ "argon2", "async-channel", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index cd875709..938d64a7 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -2,7 +2,7 @@ name = "surrealdb" publish = true edition = "2021" -version = "1.0.0-beta.5" +version = "1.0.0-beta.6" readme = "CARGO.md" authors = ["Tobie Morgan Hitchcock "] description = "A scalable, distributed, collaborative, document-graph database, for the realtime web"