Skip to content

Commit

Permalink
ci: correct the wasm-bindgen-console-logger version
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanosdev committed Apr 14, 2023
1 parent 79f104e commit 0f91de9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/ic-response-verification-wasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/ic-response-verification-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ js-sys = "0.3"
wasm-bindgen = "0.2.83"
wee_alloc = "0.4.5"
log = { version = "0.4.17", optional = true }
wasm-bindgen-console-logger = { version = "0.2.0", optional = true }
wasm-bindgen-console-logger = { version = "0.1.1", optional = true }

[dev-dependencies]
base64 = "0.21.0"
Expand Down

0 comments on commit 0f91de9

Please sign in to comment.