Skip to content

Commit

Permalink
downgrade and lock working versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vojty committed Oct 30, 2024
1 parent f23bce2 commit 443f201
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions debugger-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ crate-type = ["cdylib"]
debugger = { path = "../debugger" }
eframe = "0.29.1"
env_logger = "0.11.5"
js-sys = "0.3.72"
js-sys = "=0.3.70"
log = "0.4.22"
serde = { version = "1.0.214", features = ["derive"] }
serde-wasm-bindgen = "0.6.5"
wasm-bindgen = { version = "0.2.95", features = ["serde-serialize"] }
wasm-bindgen-futures = "0.4.45"
wasm-bindgen = { version = "=0.2.93", features = ["serde-serialize"] }
wasm-bindgen-futures = "=0.4.42"

[dependencies.web-sys]
version = "0.3.72"
version = "=0.3.70"
features = [
'Headers',
'Request',
Expand Down
4 changes: 2 additions & 2 deletions gb-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ gb = { path = "../gb" }

console_error_panic_hook = "0.1.7"
log = "0.4.22"
js-sys = "0.3.72"
wasm-bindgen = "0.2.95"
js-sys = "=0.3.70"
wasm-bindgen = "=0.2.93"
wasm-logger = "0.2.0"

0 comments on commit 443f201

Please sign in to comment.