Skip to content

Commit

Permalink
Review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cypt4 committed Apr 29, 2024
1 parent 5d50d28 commit 351a231
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion components/brave_wallet/common/config.gni
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ declare_args() {
brave_infura_project_id = ""
enable_bitcoin_by_default = !is_ios
enable_zcash_by_default = !is_ios && !is_android
enable_orchard = brave_channel == "nightly" || brave_channel == "development"
}
16 changes: 8 additions & 8 deletions third_party/rust/chromium_crates_io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ package = "cxxbridge-macro"
path = "../../../../third_party/rust/chromium_crates_io/vendor/getrandom-0.2.12"
package = "getrandom"

[patch.crates-io.hex_v0_4]
path = "../../../../third_party/rust/chromium_crates_io/vendor/hex-0.4.3"
package = "hex"

[patch.crates-io.itoa_v1]
path = "../../../../third_party/rust/chromium_crates_io/vendor/itoa-1.0.10"
package = "itoa"
Expand Down Expand Up @@ -195,6 +199,10 @@ package = "serde_json"
path = "../../../../third_party/rust/chromium_crates_io/vendor/serde-1.0.197"
package = "serde"

[patch.crates-io.static_assertions_v0_1]
path = "../../../../third_party/rust/chromium_crates_io/vendor/static_assertions-1.1.0"
package = "static_assertions"

[patch.crates-io.syn_v1]
path = "../../../../third_party/rust/chromium_crates_io/vendor/syn-1.0.109"
package = "syn"
Expand All @@ -210,11 +218,3 @@ package = "unicode-ident"
[patch.crates-io.winapi_v0_3]
path = "../../../../third_party/rust/chromium_crates_io/vendor/winapi-0.3.9"
package = "winapi"

[patch.crates-io.hex_v0_4]
path = "../../../../third_party/rust/chromium_crates_io/vendor/hex-0.4.3"
package = "hex"

[patch.crates-io.static_assertions_v0_1]
path = "../../../../third_party/rust/chromium_crates_io/vendor/static_assertions-1.1.0"
package = "static_assertions"

0 comments on commit 351a231

Please sign in to comment.