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

Remove package duplications #199

Open
6 of 10 tasks
zakorgy opened this issue Jul 16, 2018 · 0 comments
Open
6 of 10 tasks

Remove package duplications #199

zakorgy opened this issue Jul 16, 2018 · 0 comments

Comments

@zakorgy
Copy link

zakorgy commented Jul 16, 2018

The servo-tidy check is temporarily disabled in our travis build (25f15a6), because we have duplicate versions for some packages:

  • ./Cargo.lock:1: duplicates for rand are allowed, but only single version found
    The following packages depend on version 0.4.2 from 'crates.io':
    ipc-channel
    parking_lot_core
    rayon-core
    tempdir
    tempfile
    uuid
    webrender
    ws

  • ./Cargo.lock:1: duplicate versions for package spirv_cross
    The following packages depend on version 0.8.1 from 'crates.io':
    gfx-backend-dx12
    The following packages depend on version 0.9.4 from 'crates.io':
    gfx-backend-metal

  • ./Cargo.lock:1: duplicate versions for package gleam
    The following packages depend on version 0.4.34 from 'crates.io':
    io-surface
    The following packages depend on version 0.5.1 from 'crates.io':
    cgl
    direct-composition
    webrender
    webrender-examples
    wrench

  • ./Cargo.lock:1: duplicate versions for package core-foundation
    The following packages depend on version 0.5.1 from 'crates.io':
    core-graphics
    core-text
    font-loader
    webrender
    webrender_api
    wrench
    The following packages depend on version 0.6.0 from 'crates.io':
    core-graphics
    gfx-backend-metal
    glutin
    io-surface
    winit

  • ./Cargo.lock:1: duplicate versions for package core-foundation-sys
    The following packages depend on version 0.5.1 from 'crates.io':
    core-foundation
    The following packages depend on version 0.6.0 from 'crates.io':
    core-foundation

  • ./Cargo.lock:1: duplicate versions for package slab
    The following packages depend on version 0.3.0 from 'crates.io':
    ws
    The following packages depend on version 0.4.0 from 'crates.io':
    mio

  • ./Cargo.lock:1: duplicate versions for package core-graphics
    The following packages depend on version 0.13.0 from 'crates.io':
    core-text
    pathfinder_font_renderer
    webrender
    webrender_api
    wrench
    The following packages depend on version 0.14.0 from 'crates.io':
    cocoa
    gfx-backend-metal
    glutin
    winit

  • ./Cargo.lock:1: duplicate versions for package unicode-xid
    The following packages depend on version 0.0.4 from 'crates.io':
    syn
    syn
    synom
    The following packages depend on version 0.1.0 from 'crates.io':
    proc-macro2
    syn

  • ./Cargo.lock:1: duplicate versions for package quote
    The following packages depend on version 0.3.15 from 'crates.io':
    derivative
    failure_derive
    syn
    syn
    synstructure
    The following packages depend on version 0.6.3 from 'crates.io':
    num-derive
    serde_derive
    syn

  • ./Cargo.lock:1: duplicate versions for package syn
    The following packages depend on version 0.10.8 from 'crates.io':
    derivative
    The following packages depend on version 0.11.11 from 'crates.io':
    failure_derive
    synstructure
    The following packages depend on version 0.14.2 from 'crates.io':
    num-derive
    serde_derive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant