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 flate2 dependency and fix breaking change #17

Merged
merged 1 commit into from
Mar 26, 2020

Conversation

Narigo
Copy link
Contributor

@Narigo Narigo commented Jan 21, 2020

I've been playing around with WebAssembly lately and the flate2 dependency in its currently used version 0.2 seems to be problematic for wasm-pack to compile this crate. The flate2 code has been fixed and a 1.0 version of flate2 exists.

I went ahead to update it and see if anything breaks. There is one occurrence in the code where they changed the return type of a function and got rid of a Result<X>, making a small change necessary.

I guess the Cargo.lock changes come from the dependency updates in flate2.

Signed-off-by: Joern Bernhardt <joern.bernhardt@compose.us>
@sseemayer sseemayer merged commit 4e86006 into sseemayer:master Mar 26, 2020
@sseemayer
Copy link
Owner

Sorry for the late response and thanks for the contribution!

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