Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DNS Fix - Now demo works without fixed IPs #24

Merged
merged 14 commits into from
Mar 7, 2024
Prev Previous commit
Next Next commit
rollback mysql_async_wasi to previous version due to compilation errors
aalonsolopez committed Mar 4, 2024
commit 03b0667b450c283b347313647fdf44bf7fb9b671
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -8,13 +8,12 @@ anyhow = "1.0"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
url = "2.3"
mysql_async_wasi = { path = "./local_deps/mysql_async_wasi" }
mysql_async_wasi = "0.31"
hyper_wasi = { path = "./local_deps/hyper", features = ["full"] }
tokio_wasi = { path = "./local_deps/tokio/tokio", features = ["full"] }

[patch.crates-io]
tokio-util_wasi = { path = "./local_deps/tokio/tokio-util" }
h2_wasi = { path = "./local_deps/h2" }
hyper_wasi = { path = "./local_deps/hyper" }
mysql_async_wasi = { path = "./local_deps/mysql_async_wasi" }
tokio_wasi = { path = "./local_deps/tokio/tokio" }