You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can build and run separate binaries that links to async-std as extern crate (like the examples in the readme) but I can't run the examples from within async-std.
This seems like a problem building nghttp2, which is a dependency of libcurl, which is a dependency of (among other things) Surf. We recently had some linking issues there, and fixed them in 1.0.2 (moved from static builds to dynamic builds).
If you're using Surf (or Isahc) anywhere in your tree, perhaps try updating it?
Hey!
Thanks for this awesome initiative :)
I can build and run separate binaries that links to async-std as extern crate (like the examples in the readme) but I can't run the examples from within async-std.
This is what I get
Any idea what this might depend on?
The text was updated successfully, but these errors were encountered: