Skip to content

Commit fbf2955

Browse files
committed
Published v0.7.1 without paths
1 parent 7d6dfbc commit fbf2955

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77

88
[package]
99
name = "rorm-cli"
10-
version = "0.7.0"
10+
version = "0.7.1"
1111
edition = "2021"
1212
authors = ["myOmikron <[email protected]>"]
1313
repository = "https://github.com/rorm-orm/rorm-cli"
@@ -28,8 +28,8 @@ path = "src/main.rs"
2828

2929
[dependencies]
3030
# Internal dependencies
31-
rorm-declaration = { version = "~0.3", path = "rorm-declaration" }
32-
rorm-sql = { version = "~0.6", path = "rorm-sql", features = ["sqlite", "mysql", "postgres"] }
31+
rorm-declaration = { version = "~0.3" }
32+
rorm-sql = { version = "~0.6", features = ["sqlite", "mysql", "postgres"] }
3333

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

0 commit comments

Comments
 (0)