Skip to content

Commit

Permalink
Update to latest chrono and remove time from Cargo.lock
Browse files Browse the repository at this point in the history
See chronotope/chrono#478 which was released as chrono v0.4.16.

This PR pegs the minimum chrono to 0.4.17 to pull in a wasm fix from
chronotope/chrono#483.
  • Loading branch information
lopopolo committed Sep 27, 2020
1 parent 991805d commit 67ebfd8
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 49 deletions.
17 changes: 4 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -28,7 +28,7 @@ path = "artichoke-backend"
default-features = false

[build-dependencies]
chrono = "0.4"
chrono = { version = "0.4.18", default-features = false, features = ["clock"] }
target-lexicon = "0.11.0"

[workspace]
Expand Down
17 changes: 4 additions & 13 deletions fuzz/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 5 additions & 21 deletions spec-runner/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion spinoso-time/Cargo.toml
Expand Up @@ -13,7 +13,7 @@ keywords = ["artichoke", "date", "datetime", "spinoso", "time"]
categories = ["date-and-time"]

[dependencies]
chrono = "0.4"
chrono = { version = "0.4.18", default-features = false, features = ["clock"] }
chrono-tz = "0.5"

[package.metadata.docs.rs]
Expand Down

0 comments on commit 67ebfd8

Please sign in to comment.