Skip to content

Commit

Permalink
Sort bazel dependencies alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Nov 13, 2024
1 parent aa832dc commit d077e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module(name = "cxx.rs")

bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "rules_rust", version = "0.54.1")
bazel_dep(name = "rules_cc", version = "0.1.0")
bazel_dep(name = "rules_rust", version = "0.54.1")

rust = use_extension("@rules_rust//rust:extensions.bzl", "rust")
rust.toolchain(
Expand Down

0 comments on commit d077e42

Please sign in to comment.