Skip to content

Commit

Permalink
Published v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
myOmikron committed Sep 8, 2023
1 parent eb4654e commit 3f0e4a3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ members = [

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

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

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

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

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

[features]
default = [
Expand Down

0 comments on commit 3f0e4a3

Please sign in to comment.