carbon-language / carbon-lang

Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
https://github.com/carbon-language/carbon-lang/blob/trunk/README.md
Other
32.31k stars 1.48k forks source link

Update bazel modules. #4058

Closed jonmeow closed 1 week ago

jonmeow commented 1 week ago

With bazel 7.2.0, there are some dependency changes, resulting in:

WARNING: For repository 'bazel_skylib', the root module requires module version bazel_skylib@1.5.0, but got bazel_skylib@1.6.1 in the resolved dependency graph.
WARNING: For repository 'platforms', the root module requires module version platforms@0.0.8, but got platforms@0.0.9 in the resolved dependency graph.

This goes around doing some updates... protobuf's include structure has changed a little too.

jonmeow commented 1 week ago

Yeah, I don't know how I missed pushing the lockfile update.