From f23a8f9c68880145d5b7c2add40af351c6f8dc72 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sun, 8 Aug 2021 15:45:03 +0800 Subject: [PATCH] 0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 640db4d3..6f8cadbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ members = [ [package] name = "sea-orm" -version = "0.1.0" +version = "0.1.1" authors = ["Chris Tsang "] edition = "2018" description = "🐚 An async & dynamic ORM for Rust"