Skip to content

Cargo upgrade service project

Josh Matthews edited this page Sep 14, 2016 · 13 revisions

Create a service that automatically upgrades Cargo dependencies

Background information: Servo depends on numerous other Rust libraries that are published on the package manager crates.io. There are no notifications for when packages are updated; it's up to developers to keep track of when they need to upgrade their dependencies. The goal of this project is to build a service similar to Greenkeeper that can automatically upgrade Servo's dependencies whenever new versions are released.

Initial steps:

Clone this wiki locally