Skip to content

Commit

Permalink
chore: Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmah309 committed Apr 15, 2024
1 parent ff338b3 commit 43114c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 43114c1

Please sign in to comment.