Skip to content

Commit

Permalink
Update bazel/cargo
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Grimm <dgrimm@redhat.com>
  • Loading branch information
dgn committed Aug 21, 2020
1 parent b1293f2 commit 3b1b730
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 106 deletions.
20 changes: 10 additions & 10 deletions bazel/cargo/crates.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ def raze_fetch_remote_crates():
)

_new_http_archive(
name = "raze__autocfg__1_0_0",
url = "https://crates-io.s3-us-west-1.amazonaws.com/crates/autocfg/autocfg-1.0.0.crate",
name = "raze__autocfg__1_0_1",
url = "https://crates-io.s3-us-west-1.amazonaws.com/crates/autocfg/autocfg-1.0.1.crate",
type = "tar.gz",
sha256 = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d",
strip_prefix = "autocfg-1.0.0",
build_file = Label("//bazel/cargo/remote:autocfg-1.0.0.BUILD"),
sha256 = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a",
strip_prefix = "autocfg-1.0.1",
build_file = Label("//bazel/cargo/remote:autocfg-1.0.1.BUILD"),
)

_new_http_archive(
Expand Down Expand Up @@ -62,12 +62,12 @@ def raze_fetch_remote_crates():
)

_new_http_archive(
name = "raze__libc__0_2_74",
url = "https://crates-io.s3-us-west-1.amazonaws.com/crates/libc/libc-0.2.74.crate",
name = "raze__libc__0_2_76",
url = "https://crates-io.s3-us-west-1.amazonaws.com/crates/libc/libc-0.2.76.crate",
type = "tar.gz",
sha256 = "a2f02823cf78b754822df5f7f268fb59822e7296276d3e069d8e8cb26a14bd10",
strip_prefix = "libc-0.2.74",
build_file = Label("//bazel/cargo/remote:libc-0.2.74.BUILD"),
sha256 = "755456fae044e6fa1ebbbd1b3e902ae19e73097ed4ed87bb79934a867c007bc3",
strip_prefix = "libc-0.2.76",
build_file = Label("//bazel/cargo/remote:libc-0.2.76.BUILD"),
)

_new_http_archive(
Expand Down
48 changes: 0 additions & 48 deletions bazel/cargo/remote/autocfg-1.0.0.BUILD

This file was deleted.

47 changes: 0 additions & 47 deletions bazel/cargo/remote/libc-0.2.74.BUILD

This file was deleted.

2 changes: 1 addition & 1 deletion bazel/cargo/remote/time-0.1.43.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rust_library(
name = "time",
crate_type = "lib",
deps = [
"@raze__libc__0_2_74//:libc",
"@raze__libc__0_2_76//:libc",
],
srcs = glob(["**/*.rs"]),
crate_root = "src/lib.rs",
Expand Down

0 comments on commit 3b1b730

Please sign in to comment.