Skip to content

Commit 8765c70

Browse files
committed
Updated to new rorm-db syntax
1 parent 740b891 commit 8765c70

File tree

6 files changed

+706
-335
lines changed

6 files changed

+706
-335
lines changed

Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ crate-type = ["staticlib", "cdylib"]
2727
rorm-db = { version = "~0.6", path = "rorm-db", features = ["tokio-rustls"] }
2828

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

3232
# Async wrapper
3333
futures = { version = "~0.3" }
@@ -43,3 +43,8 @@ env_logger = { version = "~0.10", optional = true }
4343

4444
[features]
4545
logging = ["dep:env_logger"]
46+
47+
[profile.export]
48+
inherits = "release"
49+
lto = "fat"
50+
opt-level = "s"

0 commit comments

Comments
 (0)