We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571d796 commit 7b77d89Copy full SHA for 7b77d89
Cargo.toml
@@ -25,7 +25,7 @@ mobc = {version = "0.7", optional = true}
25
tokio = {version = "1.12.0", features = ["rt", "macros"]}
26
cfg-if = "1"
27
chrono = "0.4"
28
-diesel = { version = "2.0.0-rc.0", default-features = false, features = ["chrono"]}
+diesel = { version = "2.0.0-rc.1", default-features = false, features = ["chrono"]}
29
30
[features]
31
default = ["postgres", "mysql", "deadpool", "bb8", "mobc"]
0 commit comments