From 8a90139fe335704f1ad5b2e05b6075210bcf0197 Mon Sep 17 00:00:00 2001 From: Tobie Morgan Hitchcock Date: Tue, 19 Jul 2022 00:09:06 +0100 Subject: [PATCH] Ensure correct version is specified in Cargo.toml files --- Cargo.toml | 2 +- lib/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2e17e72f..f1187a1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "surreal" publish = false edition = "2021" -version = "0.0.0" +version = "1.0.0-beta.1" authors = ["Tobie Morgan Hitchcock "] [workspace] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 7ecfc5ae..7255dbda 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -2,7 +2,7 @@ name = "surrealdb" publish = true edition = "2021" -version = "0.1.0" +version = "1.0.0-beta.1" authors = ["Tobie Morgan Hitchcock "] [features]