Skip to content

Commit 3f0e4a3

Browse files
committed
Published v0.6.0
1 parent eb4654e commit 3f0e4a3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ members = [
99

1010
[package]
1111
name = "rorm"
12-
version = "0.5.1"
12+
version = "0.6.0"
1313
edition = "2021"
1414
repository = "https://github.com/rorm-orm/rorm"
1515
authors = ["gammelalf", "myOmikron <[email protected]>"]
@@ -38,12 +38,12 @@ linkme = { version = "~0.3" }
3838
# Allow wrapping futures and streams
3939
pin-project = { version = "~1" }
4040

41-
rorm-db = { version = "~0.8", path = "./rorm-db", features = ["serde"] }
42-
rorm-macro = { version = "0.6.0", path = "./rorm-macro" }
43-
rorm-declaration = { version = "~0.3", path = "./rorm-declaration" }
41+
rorm-db = { version = "~0.9", path = "./rorm-db", features = ["serde"] }
42+
rorm-macro = { version = "0.7.0", path = "./rorm-macro" }
43+
rorm-declaration = { version = "~0.4", path = "./rorm-declaration" }
4444

4545
# rorm-cli exposes interfaces to integrate the cli as library
46-
rorm-cli = { version = ">=0.7.3", path = "./rorm-cli", default-features = false, optional = true }
46+
rorm-cli = { version = "~0.8", path = "./rorm-cli", default-features = false, optional = true }
4747

4848
# Mac address support (postgres-only)
4949
mac_address = { version = "~1", optional = true }
@@ -68,7 +68,7 @@ rmp-serde = { version = "~1", optional = true }
6868
rustc_version = "0.4.0"
6969

7070
[package.metadata.docs.rs]
71-
features = ["msgpack", "cli", "tokio", "async-std"]
71+
features = ["msgpack", "cli", "tokio"]
7272

7373
[features]
7474
default = [

0 commit comments

Comments
 (0)