Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
fix wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaiton committed Apr 29, 2024
1 parent a0d96f4 commit c9e7b64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crates/hyperdrive-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ wasm-bindgen-futures = "0.4.36"
wasm-bindgen = { version = "0.2.86", features = ["serde-serialize"] }
hex = { package = "const-hex", version = "1.6", features = ["hex"] }

fixed-point = { version = "0.1.0", path = "../../hyperdrive-rs/hyperdrive/crates/fixed-point" }
fixed-point-macros = { version = "0.1.0", path = "../../hyperdrive-rs/hyperdrive/crates/fixed-point-macros" }
hyperdrive-math = { version = "0.1.0", path = "../../hyperdrive-rs/hyperdrive/crates/hyperdrive-math" }
hyperdrive-wrappers = { version = "0.1.0", path = "../../hyperdrive-rs/hyperdrive/crates/hyperdrive-wrappers" }
fixed-point = { version = "0.1.0", path = "../../hyperdrive-rs/crates/fixed-point" }
fixed-point-macros = { version = "0.1.0", path = "../../hyperdrive-rs/crates/fixed-point-macros" }
hyperdrive-math = { version = "0.1.0", path = "../../hyperdrive-rs/crates/hyperdrive-math" }
hyperdrive-wrappers = { version = "0.1.0", path = "../../hyperdrive-rs/crates/hyperdrive-wrappers" }

# The `console_error_panic_hook` crate provides better debugging of panics by
# logging them with `console.error`. This is great for development, but requires
Expand Down

0 comments on commit c9e7b64

Please sign in to comment.