From 43114c18394718b69bf2af1ff2e0544950904cea Mon Sep 17 00:00:00 2001 From: mcmah309 Date: Mon, 15 Apr 2024 17:51:46 +0000 Subject: [PATCH] chore: Bump --- Cargo.toml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0cc891c..fca6d0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "surrealdb_migration_engine" -version = "0.1.1" +version = "0.2.0" edition = "2021" description = "Migration engine for surrealdb" license = "MIT" @@ -24,7 +24,7 @@ chrono = "^0.4.33" rust-embed = "^8.2.0" regex = "^1.10.3" error_set = "^0.3.1" -tracing = { version = "0.1.40", optional = true } +tracing = { version = "^0.1.40", optional = true } [dev-dependencies] tokio = "^1.35.1" diff --git a/README.md b/README.md index 766f3e2..acc0ff4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![crates.io](https://img.shields.io/crates/v/surrealdb_migration_engine.svg)](https://crates.io/crates/surrealdb_migration_engine) [![License: MIT](https://img.shields.io/badge/license-MIT-purple.svg)](https://opensource.org/licenses/MIT) -Simple yet powerful migration engine for [SurrealDB](https://github.com/surrealdb/surrealdb). All you need to get it working is the following: +A simple and powerful migration engine for [SurrealDB](https://github.com/surrealdb/surrealdb). All you need to get it working is the following: ```rust #[derive(rust_embed::RustEmbed)] #[folder = "migrations"]