diff --git a/zed.yaml b/zed.yaml index 0b1be78c07d..3e8889f4170 100644 --- a/zed.yaml +++ b/zed.yaml @@ -1,7 +1,7 @@ package: name: zed version: "0.217.4" - epoch: 0 + epoch: 1 # GHSA-9c48-w39g-hm26 description: Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter. copyright: - license: GPL-3.0-only @@ -50,6 +50,8 @@ pipeline: with: patches: fix-smallvec-features.patch + - uses: rust/cargobump + - runs: | cargo fetch --locked diff --git a/zed/cargobump-deps.yaml b/zed/cargobump-deps.yaml new file mode 100644 index 00000000000..93a446718bf --- /dev/null +++ b/zed/cargobump-deps.yaml @@ -0,0 +1,3 @@ +packages: + - name: rsa + version: 0.9.10