Skip to content

Commit ed9e03b

Browse files
daxpeddaJolifantoBambla
authored andcommitted
Bump to 0.2.87 (rustwasm#3475)
1 parent f388d85 commit ed9e03b

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# `wasm-bindgen` Change Log
22
--------------------------------------------------------------------------------
33

4-
## [Unreleased](https://github.com/rustwasm/wasm-bindgen/compare/0.2.86...main)
4+
## [0.2.87](https://github.com/rustwasm/wasm-bindgen/compare/0.2.86...0.2.87)
5+
6+
Released 2023-06-12.
57

68
### Added
79

crates/shared/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ mod schema_hash_approval;
66
// This gets changed whenever our schema changes.
77
// At this time versions of wasm-bindgen and wasm-bindgen-cli are required to have the exact same
88
// SCHEMA_VERSION in order to work together.
9-
pub const SCHEMA_VERSION: &str = "0.2.86";
9+
pub const SCHEMA_VERSION: &str = "0.2.87";
1010

1111
#[macro_export]
1212
macro_rules! shared_api {

crates/shared/src/schema_hash_approval.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// If the schema in this library has changed then:
99
// 1. Bump the version in `crates/shared/Cargo.toml`
1010
// 2. Change the `SCHEMA_VERSION` in this library to this new Cargo.toml version
11-
const APPROVED_SCHEMA_FILE_HASH: &str = "13654307063820940108";
11+
const APPROVED_SCHEMA_FILE_HASH: &str = "12040133795598472740";
1212

1313
#[test]
1414
fn schema_version() {

examples/webxr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ wasm-bindgen = "0.2.87"
1515
wasm-bindgen-futures = "0.4.37"
1616

1717
[dependencies.web-sys]
18-
version = "0.3.36"
18+
version = "0.3.37"
1919
features = [
2020
'Document',
2121
'Element',

0 commit comments

Comments
 (0)