mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-13 04:51:23 +00:00
Bump to 0.2.12 (#515)
* Bump to 0.2.12 * Update all version numbers and deps * Update all listed authors to `["The wasm-bindgen Developers"]` * Update `repository` links to specific paths for each crate * Update `homepage` links to the online book * Update all links away from `alexcrichton/wasm-bindgen` * Add `#[doc]` directives for HTML URLs * Update more version requirements * Fill out CHANGELOG
This commit is contained in:
@ -7,10 +7,10 @@ readme = "./README.md"
|
||||
[build-dependencies]
|
||||
env_logger = "0.5.10"
|
||||
failure = "0.1"
|
||||
wasm-bindgen-webidl = { path = "../webidl", version = "=0.2.11" }
|
||||
wasm-bindgen-webidl = { path = "../webidl", version = "=0.2.12" }
|
||||
|
||||
[dependencies]
|
||||
wasm-bindgen = { path = "../..", version = "=0.2.11" }
|
||||
wasm-bindgen = { path = "../..", version = "=0.2.12" }
|
||||
|
||||
[dev-dependencies]
|
||||
wasm-bindgen-test-project-builder = { path = "../test-project-builder", version = '=0.2.11' }
|
||||
wasm-bindgen-test-project-builder = { path = "../test-project-builder" }
|
||||
|
@ -1,4 +1,5 @@
|
||||
#![feature(wasm_import_module)]
|
||||
#![doc(html_root_url = "https://docs.rs/web-sys/0.2")]
|
||||
|
||||
extern crate wasm_bindgen;
|
||||
|
||||
|
Reference in New Issue
Block a user