From 3ab94a5abfc2f2c4fa629d3a7c2b1d024961d9cb Mon Sep 17 00:00:00 2001 From: Tobie Morgan Hitchcock Date: Mon, 1 Aug 2022 10:28:43 +0100 Subject: [PATCH] Release 1.0.0-beta.5 --- Cargo.lock | 2 +- lib/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9d80f544..0b2028d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3277,7 +3277,7 @@ dependencies = [ [[package]] name = "surrealdb" -version = "1.0.0-beta.4" +version = "1.0.0-beta.5" dependencies = [ "argon2", "async-channel", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index baad990a..80b7d9f2 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -2,7 +2,7 @@ name = "surrealdb" publish = true edition = "2021" -version = "1.0.0-beta.4" +version = "1.0.0-beta.5" readme = "CARGO.md" authors = ["Tobie Morgan Hitchcock "] description = "A scalable, distributed, collaborative, document-graph database, for the realtime web"