Cargo.toml out of date #36271
Labels
dev-concern
feature/web3/wallet/core
feature/web3/wallet
Integrating Ethereum+ wallet support
OS/Android
Fixes related to Android browser functionality
OS/Desktop
QA/No
release-notes/exclude
Milestone
Description
//brave/third-party/rust/Cargo.toml
has gotten out of sync with the code we're building. This was inevitable since we've been maintaining the vendored rust code manually without proper automation. But currently, thecargo
command rejects the declared configuration, which while not affecting the build, prevents running rust-oriented tooling which is helpful in review. Cleaning this up should also help with efforts to get gnrt working for us so we do have some automation.Steps to Reproduce
Actual result:
An error is returned
Expected result:
Should run to completion with no source changes.
The text was updated successfully, but these errors were encountered: