mirror of
https://github.com/perspective-dev/perspective.git
synced 2026-03-29 06:38:08 +00:00
caveat: a ~/.cargo/config.toml file is created when testing the sdist which patches the perspective-python build so that it uses perspective-server and perspective-client from the local git checkout. This is so we can test unreleased changes to those crates together, without including the client/server source in the sdist. Builders who download sdist artifacts produced in CI between releases may find they don't build or work correctly, since those sdists will contain dependencies on release versions of perspective-server and perspective-client published to crates.io. Signed-off-by: Tom Jakubowski <tom@prospective.dev>