We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb0e9b7 + 2b99361 commit 7d6dfbcCopy full SHA for 7d6dfbc
Cargo.toml
@@ -29,7 +29,7 @@ path = "src/main.rs"
29
[dependencies]
30
# Internal dependencies
31
rorm-declaration = { version = "~0.3", path = "rorm-declaration" }
32
-rorm-sql = { version = "~0.5", path = "rorm-sql", features = ["sqlite", "mysql", "postgres"] }
+rorm-sql = { version = "~0.6", path = "rorm-sql", features = ["sqlite", "mysql", "postgres"] }
33
34
# CLI parsing tool
35
clap = { version = "~4", features = ["derive"] }
rorm-sql
0 commit comments