Skip to content

Commit

Permalink
Update chrono to v0.4.15. (proxy-wasm#33)
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Sikora <[email protected]>
  • Loading branch information
PiotrSikora authored Aug 15, 2020
1 parent d2fc41d commit 4bbf108
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cargo/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ licenses([
])
alias(
name = "chrono",
actual = "@raze__chrono__0_4_13//:chrono",
actual = "@raze__chrono__0_4_15//:chrono",
tags = ["cargo-raze"],
)
alias(
Expand Down
4 changes: 2 additions & 2 deletions cargo/Cargo.lock

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

10 changes: 5 additions & 5 deletions cargo/crates.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ def raze_fetch_remote_crates():
)

_new_http_archive(
name = "raze__chrono__0_4_13",
url = "https://crates-io.s3-us-west-1.amazonaws.com/crates/chrono/chrono-0.4.13.crate",
name = "raze__chrono__0_4_15",
url = "https://crates-io.s3-us-west-1.amazonaws.com/crates/chrono/chrono-0.4.15.crate",
type = "tar.gz",
sha256 = "c74d84029116787153e02106bf53e66828452a4b325cc8652b788b5967c0a0b6",
strip_prefix = "chrono-0.4.13",
build_file = Label("//cargo/remote:chrono-0.4.13.BUILD"),
sha256 = "942f72db697d8767c22d46a598e01f2d3b475501ea43d0db4f16d90259182d0b",
strip_prefix = "chrono-0.4.15",
build_file = Label("//cargo/remote:chrono-0.4.15.BUILD"),
)

_new_http_archive(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ rust_library(
rustc_flags = [
"--cap-lints=allow",
],
version = "0.4.13",
version = "0.4.15",
tags = ["cargo-raze"],
crate_features = [
"clock",
Expand Down

0 comments on commit 4bbf108

Please sign in to comment.