Skip to content

Commit a8e02dc

Browse files
committed
Update release tag
1 parent ee252c4 commit a8e02dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mozjs-sys/build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ fn decompress_static_lib(mirror: &Path, build_dir: &Path) -> Result<(), std::io:
777777
Ok(())
778778
}
779779

780-
const ARCHIVE_URL: &'static str = "https://github.com/wusyong/mozjs/releases/download/tag-b04fa9bdb7013fe31065c92b0264d1508577200a/libmozjs";
780+
const ARCHIVE_URL: &'static str = "https://github.com/wusyong/mozjs/releases/download/tag-d4f973eff92c1ece46e1011680a0a97a94676a0b/libmozjs";
781781

782782
/// Download spidermonkey archive by curl
783783
fn download_archive() -> PathBuf {

0 commit comments

Comments
 (0)