Skip to content

Commit

Permalink
fix dependency conflicts related to wit-bindgen
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 committed Oct 12, 2023
1 parent 9badc77 commit 9745798
Show file tree
Hide file tree
Showing 18 changed files with 319 additions and 976 deletions.
102 changes: 70 additions & 32 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ wasmtime = { git = "https://github.com/bytecodealliance/wasmtime", rev = "c796ce
"component-model",
] }
wasmtime-wasi-http = { git = "https://github.com/bytecodealliance/wasmtime", rev = "c796ce7376a57a40605f03e74bd78cefcc9acf3a" }
spin-componentize = { git = "https://github.com/fermyon/spin-componentize", rev = "628412da730b7608cc549cd42ebdfcf781ee418f" }
spin-componentize = { git = "https://github.com/fermyon/spin-componentize", rev = "7e371ff2ee8aad90ad94170c3c962947a51045c8" }
hyper = { version = "=1.0.0-rc.3", features = ["full"] }
http-body-util = "=0.1.0-rc.2"

Expand Down
3 changes: 2 additions & 1 deletion crates/core/tests/core-wasi-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ edition = "2021"
debug = true

[dependencies]
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" }

[workspace]
Loading

0 comments on commit 9745798

Please # to comment.