Skip to content

Commit 7d6dfbc

Browse files
committed
Merge branch 'dev'
2 parents cb0e9b7 + 2b99361 commit 7d6dfbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ path = "src/main.rs"
2929
[dependencies]
3030
# Internal dependencies
3131
rorm-declaration = { version = "~0.3", path = "rorm-declaration" }
32-
rorm-sql = { version = "~0.5", path = "rorm-sql", features = ["sqlite", "mysql", "postgres"] }
32+
rorm-sql = { version = "~0.6", path = "rorm-sql", features = ["sqlite", "mysql", "postgres"] }
3333

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

rorm-sql

Submodule rorm-sql updated 1 file

0 commit comments

Comments
 (0)