Skip to content

Commit

Permalink
Published rorm v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
myOmikron committed Dec 29, 2023
1 parent 275ddfb commit 7e12b24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.6.3"
version = "0.6.4"
edition = "2021"
repository = "https://github.com/rorm-orm/rorm"
authors = ["gammelalf", "myOmikron <git@omikron.dev>"]
Expand Down Expand Up @@ -39,7 +39,7 @@ linkme = { version = "~0.3" }
pin-project = { version = "~1" }

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

# rorm-cli exposes interfaces to integrate the cli as library
Expand Down

0 comments on commit 7e12b24

Please sign in to comment.