Skip to content

Commit

Permalink
fix: Specify car-mirror dependency version in
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus23 committed Mar 4, 2024
1 parent faec6ed commit f4db241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion car-mirror-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ path = "src/lib.rs"
[dependencies]
anyhow = { workspace = true }
bytes = { workspace = true }
car-mirror = { path = "../car-mirror" }
car-mirror = { path = "../car-mirror", version = "0.1" }
# The `console_error_panic_hook` crate provides better debugging of panics by
# logging them with `console.error`. This is great for development, but requires
# all the `std::fmt` and `std::panicking` infrastructure, so isn't great for
Expand Down

0 comments on commit f4db241

Please sign in to comment.