mozilla-silence-no-return-type.patch
branchfirefox101
changeset 1174 90e3d0cf8567
parent 1172 7bdeb580be51
child 1175 4c6576f9cf04
equal deleted inserted replaced
1173:56ecd2ae6e61 1174:90e3d0cf8567
     1 # HG changeset patch
     1 # HG changeset patch
     2 # Parent  1191efd2ea64c4081a1825176a50e872a525d4da
     2 # Parent  6d59717f59a1c0dc50140e750d665c7e98de3e66
     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 @@ -2196,18 +2196,16 @@ name = "glsl-to-cxx"
     7 @@ -2207,18 +2207,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  
    24  version = "0.1.0"
    24  version = "0.1.0"
    25  dependencies = [
    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 @@ -106,13 +106,13 @@ moz_asserts = { path = "mozglue/static/r
    29 @@ -109,12 +109,13 @@ chardetng = { git = "https://github.com/
    30  async-task = { git = "https://github.com/smol-rs/async-task", rev="f6488e35beccb26eb6e85847b02aa78a42cd3d0e" }
       
    31  chardetng = { git = "https://github.com/hsivonen/chardetng", rev="3484d3e3ebdc8931493aa5df4d7ee9360a90e76b" }
       
    32  chardetng_c = { git = "https://github.com/hsivonen/chardetng_c", rev="ed8a4c6f900a90d4dbc1d64b856e61490a1c3570" }
    30  chardetng_c = { git = "https://github.com/hsivonen/chardetng_c", rev="ed8a4c6f900a90d4dbc1d64b856e61490a1c3570" }
    33  coremidi = { git = "https://github.com/chris-zen/coremidi.git", rev="fc68464b5445caf111e41f643a2e69ccce0b4f83" }
    31  coremidi = { git = "https://github.com/chris-zen/coremidi.git", rev="fc68464b5445caf111e41f643a2e69ccce0b4f83" }
       
    32  fog = { path = "toolkit/components/glean/api" }
    34  libudev-sys = { path = "dom/webauthn/libudev-sys" }
    33  libudev-sys = { path = "dom/webauthn/libudev-sys" }
    35  packed_simd = { git = "https://github.com/hsivonen/packed_simd", rev="8b4bd7d8229660a749dbe419a57ea01df9de5453" }
    34  packed_simd = { package = "packed_simd_2", git = "https://github.com/hsivonen/packed_simd", rev="c149d0a519bf878567c7630096737669ec2ff15f" }
    36  midir = { git = "https://github.com/mozilla/midir.git", rev = "4c11f0ffb5d6a10de4aff40a7b81218b33b94e6f" }
    35  midir = { git = "https://github.com/mozilla/midir.git", rev = "4c11f0ffb5d6a10de4aff40a7b81218b33b94e6f" }
    37  minidump_writer_linux = { git = "https://github.com/msirringhaus/minidump_writer_linux.git", rev = "029ac0d54b237f27dc7d8d4e51bc0fb076e5e852" }
    36  minidump_writer_linux = { git = "https://github.com/msirringhaus/minidump_writer_linux.git", rev = "029ac0d54b237f27dc7d8d4e51bc0fb076e5e852" }
    38 -
    37  
    39 +glslopt = { path = "third_party/rust/glslopt/" }
    38 +glslopt = { path = "third_party/rust/glslopt/" }
    40  # Patch mio 0.6 to use winapi 0.3 and miow 0.3, getting rid of winapi 0.2.
    39  # Patch mio 0.6 to use winapi 0.3 and miow 0.3, getting rid of winapi 0.2.
    41  # There is not going to be new version of mio 0.6, mio now being >= 0.7.11.
    40  # There is not going to be new version of mio 0.6, mio now being >= 0.7.11.
    42  [patch.crates-io.mio]
    41  [patch.crates-io.mio]
    43  path = "third_party/rust/mio-0.6.23"
    42  path = "third_party/rust/mio-0.6.23"