Skip to content

Commit

Permalink
update to 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
soulww committed Dec 28, 2023
1 parent 41c4771 commit ab8af7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "luna-orm"
version = "0.3.3"
version = "0.3.4"
edition = "2021"
license-file = "LICENSE"
description = "ORM based on sqlx"
homepage = "https://github.com/thegenius/luna-orm"

[dependencies]
luna-orm-trait = { path = "luna-orm-trait", version = "0.3.3" }
luna-orm-macro = { path = "luna-orm-macro", version = "0.3.3" }
luna-orm-trait = { path = "luna-orm-trait", version = "0.3.4" }
luna-orm-macro = { path = "luna-orm-macro", version = "0.3.4" }
thiserror = {workspace = true}
sqlx = {workspace = true}
async-trait = {workspace = true}
Expand All @@ -35,7 +35,7 @@ members = [
]

[workspace.package]
version = "0.3.3"
version = "0.3.4"


[workspace.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion luna-orm-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ syn = { version = "1.0", features = ["full"] }
proc-macro2 = "1.0"
case = "1.0"

luna-orm-trait = { path = "../luna-orm-trait", version = "0.3.3" }
luna-orm-trait = { path = "../luna-orm-trait", version = "0.3.4" }
sqlx = { workspace = true }

0 comments on commit ab8af7b

Please sign in to comment.