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

Work around broken JS deps #392

Closed
wants to merge 1 commit into from
Closed

Work around broken JS deps #392

wants to merge 1 commit into from

Conversation

raphlinus
Copy link
Contributor

@raphlinus raphlinus commented Oct 24, 2023

CI is failing because of some updated ecosystem crates that we don't care about at all. This patch is a hammer to get it to stop failing, but is clearly not the right thing to do.

CI is failing because of some updated ecosystem crates that we don't care at all. This patch is a hammer to get it to stop failing, but is clearly not the right thing to do.
Comment on lines +51 to +53
rustls-webpki = "=0.101.4"
sct = "=0.7.0"
ureq = "=2.7.1"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ring = { version = "0.17.5", features = ["wasm32_unknown_unknown_js"] }

works for me. I suspect this is the correct behaviour. I'd also add a comment like:
# Tell our dependencies that we use wasm-bindgen and are running in a JavaScript host

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