From 1379c77ee8f5ebf93495c1b32b9ba3705f6e8262 Mon Sep 17 00:00:00 2001 From: Odonno Date: Sun, 8 Sep 2024 12:10:33 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20bump=20v2.0.0-preview.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 97123d9..37be202 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3747,7 +3747,7 @@ dependencies = [ [[package]] name = "surrealdb-migrations" -version = "2.0.0-preview.2" +version = "2.0.0-preview.3" dependencies = [ "assert_cmd", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index 242ad2e..0c47ace 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "surrealdb-migrations" -version = "2.0.0-preview.2" +version = "2.0.0-preview.3" description = "An awesome SurrealDB migration tool, with a user-friendly CLI and a versatile Rust library that enables seamless integration into any project." authors = ["David Bottiau"] repository = "https://github.com/Odonno/surrealdb-migrations/"