Skip to content

Commit 30fe77a

Browse files
authored
Merge pull request #404 from pinkforest/patch-1
Bump chrono to 0.4.20
2 parents 739ab80 + 3bc28a9 commit 30fe77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotters/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ exclude = ["doc-template", "plotters-doc-data"]
1414

1515
[dependencies]
1616
num-traits = "0.2.14"
17-
chrono = { version = "0.4.19", optional = true }
17+
chrono = { version = "0.4.20", optional = true }
1818

1919
[dependencies.plotters-backend]
2020
path = "../plotters-backend"

0 commit comments

Comments
 (0)