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

update deps (especially reqwest) #7

Merged
merged 3 commits into from
Aug 10, 2024
Merged

Conversation

michaelkirk
Copy link
Contributor

This is based on #6, so you might want to review and merge that separately.

ureq used to build on wasm, but apparently it never actually worked:
algesten/ureq#667

Now it no longer builds, so I've removed it from CI.
```
error: the wasm*-unknown-unknown targets are not supported by default, you may need to enable the "js" feature. For more information see: https://docs.rs/getrandom/#webassembly-support
Error:    --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.15/src/lib.rs:342:9
    |
342 | /         compile_error!("the wasm*-unknown-unknown targets are not supported by \
343 | |                         default, you may need to enable the \"js\" feature. \
344 | |                         For more information see: \
345 | |                         https://docs.rs/getrandom/#webassembly-support");
    | |________________________________________________________________________^

error[E0433]: failed to resolve: use of undeclared crate or module `imp`
Error:    --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.15/src/lib.rs:398:9
    |
398 |         imp::getrandom_inner(dest)?;
    |         ^^^ use of undeclared crate or module `imp`
```
michaelkirk added a commit to michaelkirk/flatgeobuf that referenced this pull request Aug 10, 2024
michaelkirk added a commit to michaelkirk/flatgeobuf that referenced this pull request Aug 10, 2024
@pka pka merged commit e2f5beb into pka:main Aug 10, 2024
3 checks passed
@michaelkirk
Copy link
Contributor Author

Thanks for the quick merge @pka!

Can you let me know when you release this so I can move flatgeobuf/flatgeobuf#378 along?

michaelkirk added a commit to michaelkirk/flatgeobuf that referenced this pull request Aug 12, 2024
michaelkirk added a commit to michaelkirk/flatgeobuf that referenced this pull request Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants