Skip to content

Commit

Permalink
fix dependency conflicts related to wit-bindgen (#1888)
Browse files Browse the repository at this point in the history
This temporarily points to my fork of `wit-bindgen` until
bytecodealliance/wit-bindgen#700 is merged.

Signed-off-by: Joel Dice <joel.dice@fermyon.com>
  • Loading branch information
dicej authored Oct 12, 2023
1 parent ab8cc0d commit f3e29cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ form_urlencoded = "1.0"
http_types = { package = "http", version = "0.2" }
spin-macro = { path = "macro" }
thiserror = "1.0.37"
wit-bindgen = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "46fba30bb667a3a4962f63b1cc28b84427b49114" }
# TODO: switch this back to upstream once https://github.com/bytecodealliance/wit-bindgen/pull/700 is merged
wit-bindgen = { git = "https://github.com/dicej/wit-bindgen", rev = "60195574dc59f9ba56801a0c7fe5bba1382592d1" }
routefinder = "0.5.3"
serde_json = { version = "1.0.96", optional = true }
serde = { version = "1.0.163", optional = true }
Expand Down

0 comments on commit f3e29cc

Please # to comment.