mozilla-silence-no-return-type.patch
branchfirefox94
changeset 1168 c384af864671
parent 1164 bb219fd0d646
child 1171 130d464159be
equal deleted inserted replaced
1166:59c4b0a75ff4 1168:c384af864671
     1 # HG changeset patch
     1 # HG changeset patch
     2 # Parent  45a1eadbae67aa05c6fa271d3dec5ac1cb0cfae8
     2 # Parent  9b29b6b7548b93a599167774e747f6e0661cfbe1
     3 
     3 
     4 diff --git a/Cargo.lock b/Cargo.lock
     4 diff --git a/Cargo.lock b/Cargo.lock
     5 --- a/Cargo.lock
     5 --- a/Cargo.lock
     6 +++ b/Cargo.lock
     6 +++ b/Cargo.lock
     7 @@ -2039,18 +2039,16 @@ name = "glsl-to-cxx"
     7 @@ -2078,18 +2078,16 @@ name = "glsl-to-cxx"
     8  version = "0.1.0"
     8  version = "0.1.0"
     9  dependencies = [
     9  dependencies = [
    10   "glsl",
    10   "glsl",
    11  ]
    11  ]
    12  
    12  
    18  dependencies = [
    18  dependencies = [
    19   "cc",
    19   "cc",
    20  ]
    20  ]
    21  
    21  
    22  [[package]]
    22  [[package]]
    23  name = "goblin"
    23  name = "gluesmith"
    24  version = "0.1.3"
    24  version = "0.1.0"
    25  source = "registry+https://github.com/rust-lang/crates.io-index"
    25  dependencies = [
    26 diff --git a/Cargo.toml b/Cargo.toml
    26 diff --git a/Cargo.toml b/Cargo.toml
    27 --- a/Cargo.toml
    27 --- a/Cargo.toml
    28 +++ b/Cargo.toml
    28 +++ b/Cargo.toml
    29 @@ -78,16 +78,17 @@ opt-level = 2
    29 @@ -78,16 +78,17 @@ opt-level = 2
    30  opt-level = 2
    30  opt-level = 2
    31  
    31  
    32  [patch.crates-io]
    32  [patch.crates-io]
    33  chardetng = { git = "https://github.com/hsivonen/chardetng", rev="302c995f91f44cf26e77dc4758ad56c3ff0153ad" }
    33  chardetng = { git = "https://github.com/hsivonen/chardetng", rev="302c995f91f44cf26e77dc4758ad56c3ff0153ad" }
    34  chardetng_c = { git = "https://github.com/hsivonen/chardetng_c", rev="ed8a4c6f900a90d4dbc1d64b856e61490a1c3570" }
    34  chardetng_c = { git = "https://github.com/hsivonen/chardetng_c", rev="ed8a4c6f900a90d4dbc1d64b856e61490a1c3570" }
    35  libudev-sys = { path = "dom/webauthn/libudev-sys" }
    35  libudev-sys = { path = "dom/webauthn/libudev-sys" }
    36  packed_simd = { git = "https://github.com/hsivonen/packed_simd", rev="6a16f954950401b92b4e220fbf2dfaf6f00e1fb2" }
    36  packed_simd = { git = "https://github.com/hsivonen/packed_simd", rev="8b4bd7d8229660a749dbe419a57ea01df9de5453" }
    37  minidump_writer_linux = { git = "https://github.com/msirringhaus/minidump_writer_linux.git", rev = "029ac0d54b237f27dc7d8d4e51bc0fb076e5e852" }
    37  minidump_writer_linux = { git = "https://github.com/msirringhaus/minidump_writer_linux.git", rev = "029ac0d54b237f27dc7d8d4e51bc0fb076e5e852" }
    38 +glslopt = { path = "third_party/rust/glslopt/" }
    38 +glslopt = { path = "third_party/rust/glslopt/" }
    39  # The following overrides point to dummy projects, as a temporary measure until this is resolved:
    39  # The following overrides point to dummy projects, as a temporary measure until this is resolved:
    40  # https://github.com/rust-lang/cargo/issues/6179
    40  # https://github.com/rust-lang/cargo/issues/6179
    41  js-sys = { git = "https://github.com/kvark/dummy-web" }
    41  js-sys = { git = "https://github.com/kvark/dummy-web" }