From 7a1c9538229f74f074fd637576bd0a493832a999 Mon Sep 17 00:00:00 2001 From: myOmikron Date: Fri, 8 Sep 2023 18:04:22 +0200 Subject: [PATCH] Published v0.9.0 --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c1af5b5..1e1d829 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rorm-db" -version = "0.8.1" +version = "0.9.0" edition = "2021" categories = ["database"] keywords = ["async", "orm", "database", "orm"] @@ -15,8 +15,8 @@ description = "The inner database abstraction layer from rorm." name = "rorm_db" [dependencies] -rorm-sql = { version = "~0.7", path = "../rorm-sql" } -rorm-declaration = { version = "~0.3", path = "../rorm-declaration" } +rorm-sql = { version = "~0.8", path = "../rorm-sql" } +rorm-declaration = { version = "~0.4", path = "../rorm-declaration" } # Abstractions for asynchronous programming. futures = { version = "~0.3" } @@ -37,7 +37,7 @@ serde = { version = "~1", features = ["derive"], optional = true } rustc_version = "0.4.0" [package.metadata.docs.rs] -features = ["default"] +features = ["all-driver", "serde", "tokio", "async-std", "native-tls", "rustls"] [features] all-driver = [