Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rust: regenerate build with cargo-raze 0.7.0 #4292

Merged
merged 3 commits into from
Nov 10, 2020

Conversation

wchargin
Copy link
Contributor

@wchargin wchargin commented Nov 7, 2020

Summary:
Version 0.7.0 of cargo-raze was just released. Some visible changes:

If you have an old version installed, run cargo install cargo-raze to
update to the most recent version.

Changes to third_party/rust/ generated with:

(rm -rf third_party/rust/ && cd tensorboard/data/server && cargo raze)

The changes to Cargo.toml and third_party/rust/ are independent.

Test Plan:
Run (cd tensorboard/data/server && cargo test) and note that the tests
run without an “unused manifest key: raze” warning. Note further that
everything still builds with Bazel.

wchargin-branch: rust-regen-raze-0.7.0

Summary:
Version 0.7.0 of `cargo-raze` was just released. Some visible changes:

  - can now set `[package.metadata.raze]` instead of `[raze]` to avoid a
    Cargo warning: <google/cargo-raze#274>
  - build files have been renamed and restructured to be more compliant
    with Buildifier: <google/cargo-raze#260>

If you have an old version installed, run `cargo install cargo-raze` to
update to the most recent version.

Changes to `third_party/rust/` generated with:

```
(rm -rf third_party/rust/ && cd tensorboard/data/server && cargo raze)
```

The changes to `Cargo.toml` and `third_party/rust/` are independent.

Test Plan:
Run `(cd tensorboard/data/server && cargo test)` and note that the tests
run without an “unused manifest key: raze” warning. Note further that
everything still builds with Bazel.

wchargin-branch: rust-regen-raze-0.7.0
wchargin-source: c73530a2f7948b4842617ff686f645e66e917d0d
@wchargin wchargin added the core:rustboard //tensorboard/data/server/... label Nov 7, 2020
@google-cla google-cla bot added the cla: yes label Nov 7, 2020
@wchargin wchargin requested a review from nfelt November 7, 2020 07:06
@wchargin wchargin mentioned this pull request Nov 9, 2020
wchargin-branch: rust-regen-raze-0.7.0
wchargin-source: e9738c8a0faa6b4547ddbd7c5b924eb7377a87e6
wchargin-branch: rust-regen-raze-0.7.0
wchargin-source: e9738c8a0faa6b4547ddbd7c5b924eb7377a87e6
@wchargin wchargin merged commit 2d951aa into master Nov 10, 2020
@wchargin wchargin deleted the wchargin-rust-regen-raze-0.7.0 branch November 10, 2020 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes core:rustboard //tensorboard/data/server/...
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants