Skip to content

Commit

Permalink
Check in Cargo.lock to fix CI problems
Browse files Browse the repository at this point in the history
  • Loading branch information
allsey87 committed Oct 14, 2024
1 parent ec3c6dd commit 6faa559
Show file tree
Hide file tree
Showing 3 changed files with 354 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
Cargo.lock
target
.vscode
354 changes: 354 additions & 0 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion web-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ wasm-bindgen = "0.2.89"
web-sys = { version = "0.3.66", features = ["Worker", "DedicatedWorkerGlobalScope", "MessagePort", "EventTarget", "MessageEvent"] }

[dev-dependencies]
wasm-bindgen = "=0.2.89"
console_error_panic_hook = "0.1.7"
wasm-bindgen-test = "0.3.39"
web-sys = { version = "0.3.66", features = ["MessagePort", "MessageChannel"] }

0 comments on commit 6faa559

Please sign in to comment.