mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-09 19:11:21 +00:00
Publication cleanup
This commit is contained in:
parent
aa348f963f
commit
2d70a51370
@ -32,7 +32,7 @@ serde = { version = "1.0", optional = true }
|
|||||||
serde_json = { version = "1.0", optional = true }
|
serde_json = { version = "1.0", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[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]
|
[workspace]
|
||||||
members = [
|
members = [
|
||||||
|
@ -20,4 +20,4 @@ doctest = false
|
|||||||
wasm-bindgen = { path = "../..", version = "0.2.12" }
|
wasm-bindgen = { path = "../..", version = "0.2.12" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
wasm-bindgen-test-project-builder = { path = "../test-project-builder" }
|
wasm-bindgen-test-project-builder = { path = "../test-project-builder", version = '=0.2.12' }
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
name = "wasm-bindgen-test-project-builder"
|
name = "wasm-bindgen-test-project-builder"
|
||||||
version = "0.2.12"
|
version = "0.2.12"
|
||||||
authors = ["The wasm-bindgen Developers"]
|
authors = ["The wasm-bindgen Developers"]
|
||||||
|
license = "MIT/Apache-2.0"
|
||||||
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/test-project-builder"
|
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/test-project-builder"
|
||||||
homepage = "https://rustwasm.github.io/wasm-bindgen/"
|
homepage = "https://rustwasm.github.io/wasm-bindgen/"
|
||||||
documentation = "https://docs.rs/wasm-bindgen-test-project-builder"
|
documentation = "https://docs.rs/wasm-bindgen-test-project-builder"
|
||||||
|
@ -13,4 +13,4 @@ wasm-bindgen-webidl = { path = "../webidl", version = "=0.2.12" }
|
|||||||
wasm-bindgen = { path = "../..", version = "=0.2.12" }
|
wasm-bindgen = { path = "../..", version = "=0.2.12" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
wasm-bindgen-test-project-builder = { path = "../test-project-builder" }
|
wasm-bindgen-test-project-builder = { path = "../test-project-builder", version = '=0.2.12' }
|
||||||
|
@ -12,7 +12,7 @@ Support for parsing WebIDL specific to wasm-bindgen
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
[dev-dependencies]
|
[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]
|
[dependencies]
|
||||||
failure = "0.1"
|
failure = "0.1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user