mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-14 11:11:00 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9c83352fdb |
@@ -3,7 +3,7 @@ inputs:
|
|||||||
version:
|
version:
|
||||||
description: ""
|
description: ""
|
||||||
required: false
|
required: false
|
||||||
default: "3.1.64"
|
default: "4.0.9"
|
||||||
|
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ Supported `polkadot-sdk` rev: `2503.0.1`
|
|||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Supported `polkadot-sdk` version is now `2503.0.1`
|
- Supported `polkadot-sdk` version is now `2503.0.1`
|
||||||
|
- The `emsdk` version is now `4.0.9`
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ pub const MUSL_SNAPSHOTS_URL: &str = "https://git.musl-libc.org/cgit/musl/snapsh
|
|||||||
pub const EMSDK_SOURCE_URL: &str = "https://github.com/emscripten-core/emsdk.git";
|
pub const EMSDK_SOURCE_URL: &str = "https://github.com/emscripten-core/emsdk.git";
|
||||||
|
|
||||||
/// The emscripten SDK version.
|
/// The emscripten SDK version.
|
||||||
pub const EMSDK_VERSION: &str = "3.1.64";
|
pub const EMSDK_VERSION: &str = "4.0.9";
|
||||||
|
|
||||||
/// The subprocess runner.
|
/// The subprocess runner.
|
||||||
///
|
///
|
||||||
|
|||||||
Reference in New Issue
Block a user