Publication cleanup

This commit is contained in:
Alex Crichton 2018-07-19 13:03:52 -07:00
parent aa348f963f
commit 2d70a51370
5 changed files with 5 additions and 4 deletions

View File

@ -32,7 +32,7 @@ serde = { version = "1.0", optional = true }
serde_json = { version = "1.0", optional = true }
[dev-dependencies]
wasm-bindgen-test-project-builder = { path = "crates/test-project-builder" }
wasm-bindgen-test-project-builder = { path = "crates/test-project-builder", version = '=0.2.12' }
[workspace]
members = [

View File

@ -20,4 +20,4 @@ doctest = false
wasm-bindgen = { path = "../..", version = "0.2.12" }
[dev-dependencies]
wasm-bindgen-test-project-builder = { path = "../test-project-builder" }
wasm-bindgen-test-project-builder = { path = "../test-project-builder", version = '=0.2.12' }

View File

@ -2,6 +2,7 @@
name = "wasm-bindgen-test-project-builder"
version = "0.2.12"
authors = ["The wasm-bindgen Developers"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/test-project-builder"
homepage = "https://rustwasm.github.io/wasm-bindgen/"
documentation = "https://docs.rs/wasm-bindgen-test-project-builder"

View File

@ -13,4 +13,4 @@ wasm-bindgen-webidl = { path = "../webidl", version = "=0.2.12" }
wasm-bindgen = { path = "../..", version = "=0.2.12" }
[dev-dependencies]
wasm-bindgen-test-project-builder = { path = "../test-project-builder" }
wasm-bindgen-test-project-builder = { path = "../test-project-builder", version = '=0.2.12' }

View File

@ -12,7 +12,7 @@ Support for parsing WebIDL specific to wasm-bindgen
"""
[dev-dependencies]
wasm-bindgen-test-project-builder = { path = "../test-project-builder" }
wasm-bindgen-test-project-builder = { path = "../test-project-builder", version = '=0.2.12' }
[dependencies]
failure = "0.1"