Skip to content

Commit

Permalink
[antlir][oss] update generated code
Browse files Browse the repository at this point in the history
Summary:
**Do not change the title of this diff.**

Automatically update generated code for antlir's GitHub release.

Test Plan: GitHub Actions once this pushes

Differential Revision: D59194848

fbshipit-source-id: d4bcc51ece3d3d16692c1941ec49ed6a7828581e
  • Loading branch information
generatedunixname89002005308984 authored and facebook-github-bot committed Jun 30, 2024
1 parent 4b5a5a1 commit c6ff50a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .buckconfig.antlir
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@

[external_cell_antlir]
git_origin = https://github.com/facebookincubator/antlir
commit_hash = ca801fb2937d03782c42feef817e87a9f5e0bbd8
commit_hash = 4b5a5a19ac912d89e5ab869e65f731496ff2ce1a

20 changes: 10 additions & 10 deletions third-party/rust/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ load(":defs.bzl", "third_party_rust_cxx_library")
git_fetch(
name = "fbthrift-d83134f25cdb7b98.git",
repo = "https://github.com/facebook/fbthrift.git",
rev = "2e647ffa29361c9b715e753315027aa992758ad4",
rev = "adb128e8feb67354aa4bd626261ae262408c70a8",
visibility = [],
)

Expand Down Expand Up @@ -1262,18 +1262,18 @@ cargo.rust_library(
)

http_archive(
name = "cc-1.0.101.crate",
sha256 = "ac367972e516d45567c7eafc73d24e1c193dcf200a8d94e9db7b3d38b349572d",
strip_prefix = "cc-1.0.101",
urls = ["https://static.crates.io/crates/cc/1.0.101/download"],
name = "cc-1.0.102.crate",
sha256 = "779e6b7d17797c0b42023d417228c02889300190e700cb074c3438d9c541d332",
strip_prefix = "cc-1.0.102",
urls = ["https://static.crates.io/crates/cc/1.0.102/download"],
visibility = [],
)

cargo.rust_library(
name = "cc-1.0.101",
srcs = [":cc-1.0.101.crate"],
name = "cc-1.0.102",
srcs = [":cc-1.0.102.crate"],
crate = "cc",
crate_root = "cc-1.0.101.crate/src/lib.rs",
crate_root = "cc-1.0.102.crate/src/lib.rs",
edition = "2018",
features = ["parallel"],
platform = {
Expand Down Expand Up @@ -2658,7 +2658,7 @@ cargo.rust_binary(
],
visibility = [],
deps = [
":cc-1.0.101",
":cc-1.0.102",
":cxxbridge-flags-1.0.124",
],
)
Expand Down Expand Up @@ -6047,7 +6047,7 @@ cargo.rust_binary(
],
visibility = [],
deps = [
":cc-1.0.101",
":cc-1.0.102",
":pkg-config-0.3.30",
":vcpkg-0.2.15",
],
Expand Down

0 comments on commit c6ff50a

Please sign in to comment.