Skip to content

Commit 7b77d89

Browse files
committed
Updated the dev dependency too
1 parent 571d796 commit 7b77d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ mobc = {version = "0.7", optional = true}
2525
tokio = {version = "1.12.0", features = ["rt", "macros"]}
2626
cfg-if = "1"
2727
chrono = "0.4"
28-
diesel = { version = "2.0.0-rc.0", default-features = false, features = ["chrono"]}
28+
diesel = { version = "2.0.0-rc.1", default-features = false, features = ["chrono"]}
2929

3030
[features]
3131
default = ["postgres", "mysql", "deadpool", "bb8", "mobc"]

0 commit comments

Comments
 (0)