Skip to content

Commit

Permalink
Prep 0.21.3 release, downgrading wasm-bindgen to compatible version
Browse files Browse the repository at this point in the history
  • Loading branch information
shanemadden committed Aug 15, 2024
1 parent 1446914 commit ca1ab4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
Unreleased
==========

### Bugfixes:

- Temporarily pin to wasm-bindgen 0.2.92 due to incompatible generated javascript

0.21.2 (2024-08-14)
===================

### Bugfixes:

- Update for new string enum implementation's implementation in wasm-bindgen 0.2.93
- Update for new string enum implementation in wasm-bindgen 0.2.93

### Misc:

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "screeps-game-api"
version = "0.21.2"
version = "0.21.3"
authors = ["David Ross <[email protected]>"]
documentation = "https://docs.rs/screeps-game-api/"
edition = "2021"
Expand Down Expand Up @@ -39,7 +39,7 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_repr = "0.1"
serde-wasm-bindgen = "0.6"
wasm-bindgen = "0.2"
wasm-bindgen = "=0.2.92"

[dev-dependencies]
bincode = "1.3"
Expand Down

0 comments on commit ca1ab4b

Please sign in to comment.