Skip to content

Commit

Permalink
Merge branch '1.1.2-fix-wasm' into 1.1.2-rc
Browse files Browse the repository at this point in the history
# Conflicts:
#	CHANGELOG.md
  • Loading branch information
melsomino committed Nov 15, 2020
2 parents 4a32340 + 4bdb37e commit 75da667
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Release Notes
All notable changes to this project will be documented in this file.

## 1.1.2 Nov 12, 2020
## 1.1.2 Nov 15, 2020
### Fixed
- `wasm` feature was not worked.
- `crypto.factorize` doesn't panic on invalid challenge
- `client.get_api_reference` returns proper version
- ABI JSON with explicit function ID is parsed properly
Expand Down
2 changes: 1 addition & 1 deletion ton_client/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ pretty_assertions = "0.6.1"
[features]
default = ["std"]
std = ["tokio/rt-threaded", "tokio/macros", "tokio/sync", "reqwest", "tokio-tungstenite"]
wasm = ["wasm-bindgen", "wasm-bindgen-futures", "js-sys", "web-sys"]
wasm = ["wasm-bindgen", "wasm-bindgen-futures", "js-sys", "web-sys", "rand/wasm-bindgen", "chrono/wasmbind"]

0 comments on commit 75da667

Please sign in to comment.