Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nmattia committed Jan 16, 2025
1 parent 57047d6 commit abd5529
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions bazel/external_crates.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ def external_crates_repository(name, cargo_lockfile, lockfile, sanitizers_enable
"canbench": [crate.annotation(
gen_binaries = True,
)],
"cc": [crate.annotation(
# Patch for determinism issues
# https://github.com/rust-lang/cc-rs/issues/1271
patch_args = ["-p1"],
patches = ["@@//bazel:cc_rs.patch"],
)],
"libssh2-sys": [crate.annotation(
# Patch for determinism issues
patch_args = ["-p1"],
Expand Down Expand Up @@ -349,7 +343,7 @@ def external_crates_repository(name, cargo_lockfile, lockfile, sanitizers_enable
version = "^0.1.2",
),
"cc": crate.spec(
version = "^1.0",
version = "^1.1.37",
),
"cddl": crate.spec(
version = "^0.9.4",
Expand Down

0 comments on commit abd5529

Please sign in to comment.