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: D57314736

fbshipit-source-id: 8435b5c3143390fd2c48e733c343f133e9ccab08
  • Loading branch information
generatedunixname89002005308984 authored and facebook-github-bot committed May 14, 2024
1 parent 566d385 commit 9697fcd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions third-party/rust/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -2901,18 +2901,18 @@ cargo.rust_library(
)

http_archive(
name = "deunicode-1.4.4.crate",
sha256 = "322ef0094744e63628e6f0eb2295517f79276a5b342a4c2ff3042566ca181d4e",
strip_prefix = "deunicode-1.4.4",
urls = ["https://static.crates.io/crates/deunicode/1.4.4/download"],
name = "deunicode-1.6.0.crate",
sha256 = "339544cc9e2c4dc3fc7149fd630c5f22263a4fdf18a98afd0075784968b5cf00",
strip_prefix = "deunicode-1.6.0",
urls = ["https://static.crates.io/crates/deunicode/1.6.0/download"],
visibility = [],
)

cargo.rust_library(
name = "deunicode-1.4.4",
srcs = [":deunicode-1.4.4.crate"],
name = "deunicode-1.6.0",
srcs = [":deunicode-1.6.0.crate"],
crate = "deunicode",
crate_root = "deunicode-1.4.4.crate/src/lib.rs",
crate_root = "deunicode-1.6.0.crate/src/lib.rs",
edition = "2021",
features = [
"alloc",
Expand Down Expand Up @@ -12133,7 +12133,7 @@ cargo.rust_library(
edition = "2021",
linkable_alias = "slug",
visibility = [],
deps = [":deunicode-1.4.4"],
deps = [":deunicode-1.6.0"],
)

alias(
Expand Down

0 comments on commit 9697fcd

Please sign in to comment.