Skip to content

Commit ebaa011

Browse files
David Tolnayfacebook-github-bot
authored andcommitted
Copy serde fixups from third-party/rust to fbcode/github/standard/shim
Reviewed By: diliop Differential Revision: D82845110 fbshipit-source-id: 8fba38791afc7da9eec06369c58ecbef458d1704
1 parent a4fb7c7 commit ebaa011

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

shim/third-party/rust/fixups/serde/fixups.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
# License, Version 2.0 found in the LICENSE-APACHE file in the root directory
66
# of this source tree.
77

8-
buildscript.run = false
8+
buildscript.run = true
9+
cargo_env = ["CARGO_PKG_VERSION_PATCH"]
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
2+
#
3+
# This source code is licensed under both the MIT license found in the
4+
# LICENSE-MIT file in the root directory of this source tree and the Apache
5+
# License, Version 2.0 found in the LICENSE-APACHE file in the root directory
6+
# of this source tree.
7+
8+
buildscript.run = true
9+
cargo_env = ["CARGO_PKG_VERSION_PATCH"]

shim/third-party/rust/fixups/serde_derive/fixups.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,4 @@
55
# License, Version 2.0 found in the LICENSE-APACHE file in the root directory
66
# of this source tree.
77

8-
# To set `CARGO_MANIFEST_DIR`
9-
cargo_env = true
10-
buildscript.run = false
8+
cargo_env = ["CARGO_PKG_VERSION_PATCH"]

0 commit comments

Comments
 (0)