Done. Version bumped to 0.0.1763625676-g928988. (#1344)

This commit is contained in:
Louis Knight-Webb
2025-11-20 10:30:13 +00:00
committed by GitHub
parent 853b178ebf
commit a3c134b4a6

View File

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