Skip to content

Commit a32ca30

Browse files
committed
Lockfile update
1 parent 743caa2 commit a32ca30

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

third-party/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ rust_library(
7272

7373
rust_library(
7474
name = "syn",
75-
srcs = glob(["vendor/syn-1.0.43/src/**"]),
75+
srcs = glob(["vendor/syn-1.0.44/src/**"]),
7676
visibility = ["PUBLIC"],
7777
features = [
7878
"clone-impls",

third-party/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ rust_library(
7878

7979
rust_library(
8080
name = "syn",
81-
srcs = glob(["vendor/syn-1.0.43/src/**"]),
81+
srcs = glob(["vendor/syn-1.0.44/src/**"]),
8282
crate_features = [
8383
"clone-impls",
8484
"derive",

third-party/Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)