Skip to content

Commit fedd858

Browse files
committed
Updated rorm-db version
1 parent 8765c70 commit fedd858

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = [
88

99
[package]
1010
name = "rorm-lib"
11-
version = "0.3.0"
11+
version = "0.4.0"
1212
edition = "2021"
1313
keywords = ["database", "library"]
1414
authors = ["myOmikron <[email protected]>"]
@@ -24,7 +24,7 @@ name = "rorm"
2424
crate-type = ["staticlib", "cdylib"]
2525

2626
[dependencies]
27-
rorm-db = { version = "~0.6", path = "rorm-db", features = ["tokio-rustls"] }
27+
rorm-db = { version = "~0.7", path = "rorm-db", features = ["tokio-rustls"] }
2828

2929
# Runtime to execute the async context in
3030
tokio = { version = ">=1.23.1", features = ["rt-multi-thread", "macros"] }

rorm-db

0 commit comments

Comments
 (0)