Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CLI: remove top-level Cargo workspace, bump deps, raise dist version (#…
…1628) This is some general maintenance around the CLI. Removing the top-level Cargo.toml helps with rust-analyzer configuration. Initially it wasn't clear if dist required this (bootstrapping the dist workspace didn't seem to work without it) but now that everything is in place, I think we don't need it. Since there's no longer a top-level `Cargo.lock` I took this opportunity to `cargo update` the CLI's package-local lockfile. --- I verified the build workflows are all still happy with this change by setting `pr-run-mode = "upload"` in `dist-workspace.toml`. https://github.com/svix/svix-webhooks/actions/runs/12677571884/job/35333195678?pr=1628
- Loading branch information