Remove WORKSPACE support - #4005
Merged
Merged
Conversation
UebelAndre
force-pushed
the
workspace
branch
7 times, most recently
from
April 29, 2026 17:17
08451d2 to
e9e1624
Compare
UebelAndre
marked this pull request as ready for review
April 29, 2026 21:50
Collaborator
Author
|
There is surely more that can be done but I'll knock that out as I make more changes. |
dzbarsky
pushed a commit
to hermeticbuild/rules_rust
that referenced
this pull request
May 3, 2026
dzbarsky
pushed a commit
to hermeticbuild/rules_rust
that referenced
this pull request
May 5, 2026
dzbarsky
pushed a commit
to hermeticbuild/rules_rust
that referenced
this pull request
May 11, 2026
dzbarsky
pushed a commit
to hermeticbuild/rules_rust
that referenced
this pull request
May 15, 2026
dzbarsky
pushed a commit
to hermeticbuild/rules_rust
that referenced
this pull request
Jun 5, 2026
dzbarsky
pushed a commit
to hermeticbuild/rules_rust
that referenced
this pull request
Jun 14, 2026
This was referenced Jun 26, 2026
rdesgroppes
added a commit
to rdesgroppes/rules_rust
that referenced
this pull request
Jun 27, 2026
bazelbuild#4005 removed `crate_universe/extension.bzl`, the deprecated re-export of `crate_universe/extensions.bzl`, as part of dropping WORKSPACE support. Downstream projects may still load `crate` from that path via `use_extension`, so any build that resolves `rules_rust` 0.71.0 with such a module in its graph fails. `protobuf` 35.1, the newest release on BCR, is one such module. Restore the shim and print a deprecation warning at load time, giving downstream modules a short window to migrate to `extensions.bzl`, e.g.: - protocolbuffers/protobuf#28226. Closes bazelbuild#4111.
slackito
pushed a commit
to slackito/rules_rust
that referenced
this pull request
Jun 29, 2026
bazelbuild#4114) bazelbuild#4005 removed `crate_universe/extension.bzl`, the deprecated re-export of `crate_universe/extensions.bzl`, as part of dropping WORKSPACE support. Downstream projects may still load `crate` from that path via `use_extension`, so any build that resolves `rules_rust` 0.71.0 with such a module in its graph fails. `protobuf` 35.1, the newest release on BCR, is one such module. Restore the shim and print a deprecation warning at load time, giving downstream modules a short window to migrate to `extensions.bzl`, e.g.: - protocolbuffers/protobuf#28226. Closes bazelbuild#4111.
dzbarsky
pushed a commit
to hermeticbuild/rules_rust
that referenced
this pull request
Jul 7, 2026
isaacparker0
pushed a commit
to hermeticbuild/rules_rust
that referenced
this pull request
Jul 22, 2026
UebelAndre
pushed a commit
to georgesfarah/rules_rust
that referenced
this pull request
Jul 30, 2026
…build#4180) ## Summary WORKSPACE support was removed in bazelbuild#4005 (released in 0.71.0). The release notes template was not updated at the time, so every release since 0.71.0 (0.71.0, 0.71.1, 0.71.2, 0.71.3, 0.72.0) has advertised `http_archive` WORKSPACE snippets that don't work. This removes all WORKSPACE sections from the template so future release notes only show the Bzlmod setup. Also fixes a pre-existing missing `</details>` closing tag in the Prost extension section.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes #3818