Skip to content

Commit

Permalink
build: Update rules_rust and rust (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-martin authored Jun 29, 2024
1 parent 510da47 commit 4eea603
Show file tree
Hide file tree
Showing 2 changed files with 833 additions and 331 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
bazel_dep(name = "rules_rust", version = "0.42.1")
bazel_dep(name = "rules_rust", version = "0.46.0")

rust = use_extension("@rules_rust//rust:extensions.bzl", "rust")
rust.toolchain(
edition = "2021",
versions = ["1.77.2"],
versions = ["1.78.0"],
)
use_repo(rust, "rust_toolchains")
register_toolchains("@rust_toolchains//:all")
Expand Down
Loading

0 comments on commit 4eea603

Please sign in to comment.