File tree 4 files changed +6
-4
lines changed 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
# ` wasm-bindgen ` Change Log
2
2
--------------------------------------------------------------------------------
3
3
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.
5
7
6
8
### Added
7
9
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ mod schema_hash_approval;
6
6
// This gets changed whenever our schema changes.
7
7
// At this time versions of wasm-bindgen and wasm-bindgen-cli are required to have the exact same
8
8
// 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 " ;
10
10
11
11
#[ macro_export]
12
12
macro_rules! shared_api {
Original file line number Diff line number Diff line change 8
8
// If the schema in this library has changed then:
9
9
// 1. Bump the version in `crates/shared/Cargo.toml`
10
10
// 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 " ;
12
12
13
13
#[ test]
14
14
fn schema_version ( ) {
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ wasm-bindgen = "0.2.87"
15
15
wasm-bindgen-futures = " 0.4.37"
16
16
17
17
[dependencies .web-sys ]
18
- version = " 0.3.36 "
18
+ version = " 0.3.37 "
19
19
features = [
20
20
' Document' ,
21
21
' Element' ,
You can’t perform that action at this time.
0 commit comments