Skip to content

Commit

Permalink
feat: update android-aarch64 repo link (#153)
Browse files Browse the repository at this point in the history
The updated commit adds solc versions 0.8.25-0.8.28.

Context: alloy-rs/solc-builds#14.
  • Loading branch information
xJonathanLEI authored Jan 30, 2025
1 parent 8688498 commit 357d9e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/svm-rs/src/releases.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ static MACOS_AARCH64_RELEASES_URL: &str =
const ANDROID_AARCH64_MIN: Version = Version::new(0, 8, 24);

static ANDROID_AARCH64_URL_PREFIX: &str =
"https://raw.githubusercontent.com/alloy-rs/solc-builds/5a404a4839fdde4a6093aee1b3d75a8dce38f40f/android/aarch64";
"https://raw.githubusercontent.com/alloy-rs/solc-builds/ac6f303a04b38e7ec507ced511fd3ed7a605179f/android/aarch64";

static ANDROID_AARCH64_RELEASES_URL: &str =
"https://raw.githubusercontent.com/alloy-rs/solc-builds/5a404a4839fdde4a6093aee1b3d75a8dce38f40f/android/aarch64/list.json";
"https://raw.githubusercontent.com/alloy-rs/solc-builds/ac6f303a04b38e7ec507ced511fd3ed7a605179f/android/aarch64/list.json";

/// Defines the struct that the JSON-formatted release list can be deserialized into.
///
Expand Down

0 comments on commit 357d9e2

Please sign in to comment.