Closed RReverser closed 5 years ago
@mitsuhiko The failure doesn't seem relevant - just a Clippy upgrade that should be fixed on master.
This should now be addressed in https://github.com/getsentry/rust-sourcemap/pull/20
Yup, thanks, looks like Travis passed now that you merged it. Can someone take a look at this PR too please?
Ping @mitsuhiko?
Will release. thanks!
Thank you!
Guard APIs that depend on
Url::to_file_path
andUrl::from_directory_path
on the same platforms as rust-url.This allows to compile rust-sourcemap on other platforms (e.g.
wasm32-unknown-unknown
) without errors.