diff --git a/loco-extras/Cargo.toml b/loco-extras/Cargo.toml index 2d740f699..55c4ffe51 100644 --- a/loco-extras/Cargo.toml +++ b/loco-extras/Cargo.toml @@ -39,7 +39,7 @@ mongodb = { version = "2.8.0", optional = true } [dependencies.loco-rs] path = "../" -version = "0.8.0" +version = "0.9.0" default-features = true features = ["with-db", "auth_jwt"]