Skip to content

Commit 9346d2b

Browse files
committed
Published v0.8.0
1 parent b608d5d commit 9346d2b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rorm-cli"
3-
version = "0.7.3"
3+
version = "0.8.0"
44
edition = "2021"
55
authors = ["myOmikron <git@omikron.dev>"]
66
repository = "https://github.com/rorm-orm/rorm-cli"
@@ -21,9 +21,9 @@ path = "src/main.rs"
2121

2222
[dependencies]
2323
# Internal dependencies
24-
rorm-declaration = { version = "~0.3", path = "../rorm-declaration" }
25-
rorm-sql = { version = "~0.7", path = "../rorm-sql" }
26-
rorm-db = { version = "0.8.1", path = "../rorm-db" }
24+
rorm-declaration = { version = "~0.4", path = "../rorm-declaration" }
25+
rorm-sql = { version = "~0.8", path = "../rorm-sql" }
26+
rorm-db = { version = "~0.9", path = "../rorm-db" }
2727

2828
# CLI parsing tool
2929
clap = { version = "~4", features = ["derive"] }
@@ -82,4 +82,4 @@ postgres = [
8282
"rorm-db/postgres",
8383
"rorm-declaration/postgres",
8484
"rorm-sql/postgres",
85-
]
85+
]

0 commit comments

Comments
 (0)