Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
soulww committed Dec 23, 2023
1 parent ffc372e commit 535cffb
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.0"
version = "0.3.1"
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.0" }
luna-orm-macro = { path = "luna-orm-macro", version = "0.3.0" }
luna-orm-trait = { path = "luna-orm-trait", version = "0.3.1" }
luna-orm-macro = { path = "luna-orm-macro", version = "0.3.1" }
thiserror = {workspace = true}
sqlx = {workspace = true}
async-trait = {workspace = true}
Expand All @@ -30,7 +30,7 @@ members = [
]

[workspace.package]
version = "0.3.0"
version = "0.3.1"


[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.0" }
luna-orm-trait = { path = "../luna-orm-trait", version = "0.3.1" }
sqlx = { workspace = true }

0 comments on commit 535cffb

Please sign in to comment.