File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ mod tests {
300300 use rand:: seq:: SliceRandom ;
301301
302302 #[ allow( unused) ]
303- const LATEST : Version = Version :: new ( 0 , 8 , 28 ) ;
303+ const LATEST : Version = Version :: new ( 0 , 8 , 29 ) ;
304304
305305 #[ tokio:: test]
306306 #[ serial_test:: serial]
Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ static OLD_SOLC_RELEASES: LazyLock<Releases> = LazyLock::new(|| {
3131const LINUX_AARCH64_MIN : Version = Version :: new ( 0 , 5 , 0 ) ;
3232
3333static LINUX_AARCH64_URL_PREFIX : & str =
34- "https://raw.githubusercontent.com/nikitastupin/solc/77e67befc2c7b8f328c543aa9e3ff4b34bde9b77 /linux/aarch64" ;
34+ "https://raw.githubusercontent.com/nikitastupin/solc/99b5867237b37952d372e0dab400d6788feda315 /linux/aarch64" ;
3535
3636static LINUX_AARCH64_RELEASES_URL : & str =
37- "https://raw.githubusercontent.com/nikitastupin/solc/77e67befc2c7b8f328c543aa9e3ff4b34bde9b77 /linux/aarch64/list.json" ;
37+ "https://raw.githubusercontent.com/nikitastupin/solc/99b5867237b37952d372e0dab400d6788feda315 /linux/aarch64/list.json" ;
3838
3939// NOTE: Since version 0.8.24, universal macosx releases are available: https://binaries.soliditylang.org/macosx-amd64/list.json
4040const MACOS_AARCH64_NATIVE : Version = Version :: new ( 0 , 8 , 5 ) ;
@@ -327,7 +327,7 @@ mod tests {
327327 assert_eq ! (
328328 artifact_url( Platform :: LinuxAarch64 , & version, artifact) . unwrap( ) ,
329329 Url :: parse( & format!(
330- "https://raw.githubusercontent.com/nikitastupin/solc/77e67befc2c7b8f328c543aa9e3ff4b34bde9b77 /linux/aarch64/{artifact}"
330+ "https://raw.githubusercontent.com/nikitastupin/solc/99b5867237b37952d372e0dab400d6788feda315 /linux/aarch64/{artifact}"
331331 ) )
332332 . unwrap( ) ,
333333 )
You can’t perform that action at this time.
0 commit comments