Prepare servo_arc for publication on crates.io

This commit is contained in:
Simon Sapin 2018-01-12 14:26:24 +01:00
parent 5a82a1d455
commit b0003f77e4
4 changed files with 18 additions and 17 deletions

View file

@ -28,7 +28,7 @@ log = "0.3"
fnv = "1.0"
phf = "0.7.18"
precomputed-hash = "0.1"
servo_arc = { path = "../servo_arc" }
servo_arc = { version = "0.1", path = "../servo_arc" }
smallvec = "0.6"
[dev-dependencies]