diff --git a/pixi.yaml b/pixi.yaml index ff76df7a302..fb00ce08605 100644 --- a/pixi.yaml +++ b/pixi.yaml @@ -26,6 +26,8 @@ pipeline: expected-commit: eecda2f1e94dd9b23ad4c4842698e02428d4e313 tag: v${{package.version}} + - uses: rust/cargobump + - name: Configure and build runs: | cargo auditable build --release diff --git a/pixi/cargobump-deps.yaml b/pixi/cargobump-deps.yaml new file mode 100644 index 00000000000..a1133293abc --- /dev/null +++ b/pixi/cargobump-deps.yaml @@ -0,0 +1,3 @@ +packages: + - name: quinn-proto + version: 0.11.7