Skip to content

Commit

Permalink
Update starlark-rust (#49)
Browse files Browse the repository at this point in the history
This updates the upstream starlark-rust repo. This involves updating
rust, and therefore rules_rust. This also involves a few changes to fix
things that broke as a result.
  • Loading branch information
cameron-martin authored Sep 7, 2024
1 parent 4eea603 commit 8dec0ba
Show file tree
Hide file tree
Showing 6 changed files with 558 additions and 535 deletions.
111 changes: 51 additions & 60 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ protoc-gen-tonic = "0.3.0"
ring = "0.17.7"
serde = "1.0.195"
serde_json = "1.0.111"
starlark = { git = "https://github.com/facebookexperimental/starlark-rust.git", branch = "main" }
starlark_lsp = { git = "https://github.com/facebookexperimental/starlark-rust.git", branch = "main" }
starlark = { git = "https://github.com/facebook/starlark-rust.git", branch = "main" }
starlark_lsp = { git = "https://github.com/facebook/starlark-rust.git", branch = "main" }
thiserror = "1.0.56"
tonic = "0.10.2"
6 changes: 3 additions & 3 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
bazel_dep(name = "rules_rust", version = "0.46.0")
bazel_dep(name = "rules_rust", version = "0.49.3")

rust = use_extension("@rules_rust//rust:extensions.bzl", "rust")
rust.toolchain(
edition = "2021",
versions = ["1.78.0"],
versions = ["1.80.0"],
)
use_repo(rust, "rust_toolchains")
register_toolchains("@rust_toolchains//:all")
Expand Down Expand Up @@ -39,6 +39,6 @@ bazel_dep(
dev_dependency = True,
)

bazel_dep(name = "protobuf", version = "23.1")
bazel_dep(name = "protobuf", version = "27.1")

register_toolchains("//prost:prost_toolchain")
Loading

0 comments on commit 8dec0ba

Please sign in to comment.