Skip to content

Commit df8cf08

Browse files
authored
Merge pull request #742 from Emurgo/evgenii/wasm-downgrade
15.0.3
2 parents 805a7c5 + d5e8045 commit df8cf08

File tree

4 files changed

+30
-22
lines changed

4 files changed

+30
-22
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cardano-serialization-lib",
3-
"version": "15.0.2",
3+
"version": "15.0.3",
44
"description": "(De)serialization functions for the Cardano blockchain along with related utility functions",
55
"scripts": {
66
"publish-all:prod": "node scripts/build-helper.js publish-all --env prod",

rust/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cardano-serialization-lib"
3-
version = "15.0.2"
3+
version = "15.0.3"
44
edition = "2018"
55
authors = ["EMURGO"]
66
license = "MIT"
@@ -57,7 +57,7 @@ getrandom = "0.2.3"
5757
# wasm
5858
[target.'cfg(all(target_arch = "wasm32", not(target_os = "emscripten")))'.dependencies]
5959
serde-wasm-bindgen = "0.4.5"
60-
wasm-bindgen = "0.2.105"
60+
wasm-bindgen = "0.2.103"
6161
rand_os = { version = "0.1", features = ["wasm-bindgen"] }
6262
js-sys = "0.3.51"
6363
getrandom = { version = "0.2.3", features = ["js"] }

rust/json-gen/Cargo.lock

Lines changed: 25 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)