mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
In preparation for a release to crates.io, bump the workspace version to match the current servoshell version, and let the servoshell version use the workspace version again. This makes versioning for us easier, and makes more sense since servoshell is considered to be just a demo for servo. The `./mach release` command is updated to support bumping the workspace version, and patch the version requirement of all workspace-versioned workspace dependencies. Testing: Can be manually verified by running `./mach release <new_version>`. Note that this just bumps the version numbers, and doesn't release anything, so it's perfectly safe to run. --------- Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>