I have successfully updated the amp version in crates/executors/src/executors/amp.rs to 0.0.1763539290-g33c1d8. (#1333)

Verified the changes by running `cargo check -p executors`, which completed successfully.
This commit is contained in:
Louis Knight-Webb
2025-11-19 11:55:58 +00:00
committed by GitHub
parent 44351a8931
commit 20b8de95d2

View File

@@ -33,7 +33,7 @@ pub struct Amp {
impl Amp { impl Amp {
fn build_command_builder(&self) -> CommandBuilder { fn build_command_builder(&self) -> CommandBuilder {
let mut builder = CommandBuilder::new("npx -y @sourcegraph/amp@0.0.1763482408-g51ddaa") let mut builder = CommandBuilder::new("npx -y @sourcegraph/amp@0.0.1763539290-g33c1d8")
.params(["--execute", "--stream-json"]); .params(["--execute", "--stream-json"]);
if self.dangerously_allow_all.unwrap_or(false) { if self.dangerously_allow_all.unwrap_or(false) {
builder = builder.extend_params(["--dangerously-allow-all"]); builder = builder.extend_params(["--dangerously-allow-all"]);