Skip to content

Commit e219814

Browse files
committed
Pin chrono to 0.4.29, anything newer breaks actix build
1 parent 3df27e2 commit e219814

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
@@ -28,7 +28,7 @@ awc = "0.2"
2828
base64 = "0.22"
2929
byteorder = "1.3"
3030
bytes = "0.4"
31-
chrono = { version = "0.4.6", features = ["serde"] }
31+
chrono = { version = "=0.4.29", features = ["serde"] }
3232
diesel = { version = "2.0", features = ["postgres", "chrono", "serde_json", "r2d2"] }
3333
diesel_migrations = { version = "2.0" }
3434
dotenv = "0.15"

0 commit comments

Comments
 (0)