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 @@ -307,7 +307,7 @@ mod tests {
307307 use rand:: seq:: IndexedRandom ;
308308
309309 #[ allow( unused) ]
310- const LATEST : Version = Version :: new ( 0 , 8 , 29 ) ;
310+ const LATEST : Version = Version :: new ( 0 , 8 , 30 ) ;
311311
312312 #[ tokio:: test]
313313 #[ 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/99b5867237b37952d372e0dab400d6788feda315 /linux/aarch64" ;
34+ "https://raw.githubusercontent.com/nikitastupin/solc/0045084c85d8c159de03442a37d2018d52374445 /linux/aarch64" ;
3535
3636static LINUX_AARCH64_RELEASES_URL : & str =
37- "https://raw.githubusercontent.com/nikitastupin/solc/99b5867237b37952d372e0dab400d6788feda315 /linux/aarch64/list.json" ;
37+ "https://raw.githubusercontent.com/nikitastupin/solc/0045084c85d8c159de03442a37d2018d52374445 /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/99b5867237b37952d372e0dab400d6788feda315 /linux/aarch64/{artifact}"
330+ "https://raw.githubusercontent.com/nikitastupin/solc/0045084c85d8c159de03442a37d2018d52374445 /linux/aarch64/{artifact}"
331331 ) )
332332 . unwrap( ) ,
333333 )
You can’t perform that action at this time.
0 commit comments