Skip to content

Commit f6456e0

Browse files
committed
Switch to diesel master with 2.0.0-rc.0 version
1 parent e7c562a commit f6456e0

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
@@ -21,7 +21,7 @@ mysql_common = {version = "0.28.0", optional = true}
2121
tokio = {version = "1.12.0", features = ["rt", "macros"]}
2222
cfg-if = "1"
2323
chrono = "0.4"
24-
diesel = { git = "https://github.com/weiznich/diesel", rev = "9b4179e01ee96bd585cf306f64359971ee9ece44", default-features = false, features = ["chrono"]}
24+
diesel = { git = "https://github.com/diesel/diesel", rev = "4d8fc5c6d4d632c00ee997edd593b0d7ec60f8dd", default-features = false, features = ["chrono"]}
2525

2626
[features]
2727
default = ["postgres", "mysql"]

0 commit comments

Comments
 (0)