Skip to content

Commit 7a1c953

Browse files
committed
Published v0.9.0
1 parent 44f22d3 commit 7a1c953

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rorm-db"
3-
version = "0.8.1"
3+
version = "0.9.0"
44
edition = "2021"
55
categories = ["database"]
66
keywords = ["async", "orm", "database", "orm"]
@@ -15,8 +15,8 @@ description = "The inner database abstraction layer from rorm."
1515
name = "rorm_db"
1616

1717
[dependencies]
18-
rorm-sql = { version = "~0.7", path = "../rorm-sql" }
19-
rorm-declaration = { version = "~0.3", path = "../rorm-declaration" }
18+
rorm-sql = { version = "~0.8", path = "../rorm-sql" }
19+
rorm-declaration = { version = "~0.4", path = "../rorm-declaration" }
2020

2121
# Abstractions for asynchronous programming.
2222
futures = { version = "~0.3" }
@@ -37,7 +37,7 @@ serde = { version = "~1", features = ["derive"], optional = true }
3737
rustc_version = "0.4.0"
3838

3939
[package.metadata.docs.rs]
40-
features = ["default"]
40+
features = ["all-driver", "serde", "tokio", "async-std", "native-tls", "rustls"]
4141

4242
[features]
4343
all-driver = [

0 commit comments

Comments
 (0)