Compiling db v0.1.0
error[E0599]: no function or associated item named `const_new` found for struct `tokio::sync::OnceCell` in the current scope
--> db/src/db.rs:7:57
|
7 | pub static DB: OnceCell<DatabaseConnection> = OnceCell::const_new();
| ^^^^^^^^^ function or associated item not found in `tokio::sync::OnceCell<_>`
Hi! Thank you for great crates!
cargo 1.65.0 (4bc8f24d3 2022-10-20)