Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Dec 1, 2022
1 parent 14d16b8 commit 70b1104
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 = "seaography"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
rust-version = "1.60"
authors = ["Panagiotis Karatakis <[email protected]>"]
Expand All @@ -23,7 +23,7 @@ categories = ["database"]

[dependencies]
async-graphql = { version = "4.0.12", default-features = false }
seaography-derive = { version = "^0.2.0", path = "./derive" }
seaography-derive = { version = "^0.3.0", path = "./derive" }
sea-orm = { version = "^0.10", default-features = false }
itertools = { version = "0.10.3" }
heck = { version = "0.4.0" }
Expand Down

0 comments on commit 70b1104

Please sign in to comment.