Skip to content

Commit

Permalink
Published v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
myOmikron committed Sep 8, 2023
1 parent 44f22d3 commit 7a1c953
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand All @@ -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" }
Expand All @@ -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 = [
Expand Down

0 comments on commit 7a1c953

Please sign in to comment.