Skip to content

Commit

Permalink
test: Bump version for wasm-bindgen
Browse files Browse the repository at this point in the history
  • Loading branch information
drager committed Jul 1, 2024
1 parent debee9b commit 490703b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/all/download.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ fn all_latest_tool_download_urls_valid() {
for os in [Os::Linux, Os::MacOS, Os::Windows] {
// For all valid tool, arch & os combinations,
// error out when any of them is a 404 or similar
if let Ok(url) = install::prebuilt_url_for(&tool, "0.2.82", &arch, &os) {
if let Ok(url) = install::prebuilt_url_for(&tool, "0.2.92", &arch, &os) {
// Use HTTP HEAD instead of GET to avoid fetching lots of stuff
let res = ureq::head(&url).call().unwrap();
let status = res.status();
Expand Down

0 comments on commit 490703b

Please sign in to comment.