File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " rorm-cli"
3- version = " 0.7.3 "
3+ version = " 0.8.0 "
44edition = " 2021"
55authors = [" myOmikron <git@omikron.dev>" ]
66repository = " 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
2929clap = { version = " ~4" , features = [" derive" ] }
@@ -82,4 +82,4 @@ postgres = [
8282 " rorm-db/postgres" ,
8383 " rorm-declaration/postgres" ,
8484 " rorm-sql/postgres" ,
85- ]
85+ ]
You can’t perform that action at this time.
0 commit comments