mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
extension_ci: Update extension CLI SHA (#47875)
This PR bumps the version of the Zed extension CLI sha used in the
extension repositories to 7cfce60570
Release Notes:
- N/A
This commit is contained in:
parent
28a9da4b32
commit
5e0b8cc0f7
3 changed files with 3 additions and 3 deletions
2
.github/workflows/extension_bump.yml
vendored
2
.github/workflows/extension_bump.yml
vendored
|
|
@ -5,7 +5,7 @@ env:
|
|||
CARGO_TERM_COLOR: always
|
||||
RUST_BACKTRACE: '1'
|
||||
CARGO_INCREMENTAL: '0'
|
||||
ZED_EXTENSION_CLI_SHA: 7cfce605704d41ca247e3f84804bf323f6c6caaf
|
||||
ZED_EXTENSION_CLI_SHA: 03d8e9aee95ea6117d75a48bcac2e19241f6e667
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
|
|
|
|||
2
.github/workflows/extension_tests.yml
vendored
2
.github/workflows/extension_tests.yml
vendored
|
|
@ -5,7 +5,7 @@ env:
|
|||
CARGO_TERM_COLOR: always
|
||||
RUST_BACKTRACE: '1'
|
||||
CARGO_INCREMENTAL: '0'
|
||||
ZED_EXTENSION_CLI_SHA: 7cfce605704d41ca247e3f84804bf323f6c6caaf
|
||||
ZED_EXTENSION_CLI_SHA: 03d8e9aee95ea6117d75a48bcac2e19241f6e667
|
||||
RUSTUP_TOOLCHAIN: stable
|
||||
CARGO_BUILD_TARGET: wasm32-wasip2
|
||||
on:
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ use crate::tasks::workflows::{
|
|||
vars::{PathCondition, StepOutput, one_workflow_per_non_main_branch},
|
||||
};
|
||||
|
||||
pub(crate) const ZED_EXTENSION_CLI_SHA: &str = "7cfce605704d41ca247e3f84804bf323f6c6caaf";
|
||||
pub(crate) const ZED_EXTENSION_CLI_SHA: &str = "03d8e9aee95ea6117d75a48bcac2e19241f6e667";
|
||||
|
||||
// This should follow the set target in crates/extension/src/extension_builder.rs
|
||||
const EXTENSION_RUST_TARGET: &str = "wasm32-wasip2";
|
||||
|
|
|
|||
Loading…
Reference in a new issue