Skip to content

Commit 2b6e0f6

Browse files
committed
Published v0.8.1
1 parent 910f281 commit 2b6e0f6

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rorm-cli"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
edition = "2021"
55
authors = ["myOmikron <git@omikron.dev>"]
66
repository = "https://github.com/rorm-orm/rorm-cli"
@@ -22,8 +22,8 @@ path = "src/main.rs"
2222
[dependencies]
2323
# Internal dependencies
2424
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" }
25+
rorm-sql = { version = "~0.9", path = "../rorm-sql" }
26+
rorm-db = { version = "~0.10", path = "../rorm-db" }
2727

2828
# CLI parsing tool
2929
clap = { version = "~4", features = ["derive"] }

changelog.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Since 0.7.3
1+
Since 0.8.1
22
-----------
3-
- switched to rorm-db instead of using sqlx directly
3+
- ...

0 commit comments

Comments
 (0)