Fix license metadata for servo_arc crate

The header in lib.rs states that this library is MIT / Apache-2.0, since
it is forked from the Rust standard library.
This commit is contained in:
Matt Brubeck 2018-02-20 10:49:40 -08:00
parent 05b8ba0a48
commit 568038ca2b
2 changed files with 15 additions and 15 deletions

View file

@ -1,8 +1,8 @@
[package]
name = "servo_arc"
version = "0.1.0"
version = "0.1.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
license = "MIT/Apache-2.0"
repository = "https://github.com/servo/servo"
description = "A fork of std::sync::Arc with some extra functionality and without weak references"