Skip to content

Commit

Permalink
feat: drop rattler_installs_packages for uv crates
Browse files Browse the repository at this point in the history
  • Loading branch information
mattem committed Oct 16, 2024
1 parent 781650c commit 90b5ee4
Show file tree
Hide file tree
Showing 29 changed files with 20,944 additions and 9,054 deletions.
8 changes: 4 additions & 4 deletions .bcr/patches/rust_dev_dep.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
diff --git a/MODULE.bazel b/MODULE.bazel
index 842544e..5e5ee92 100644
index 0488429..411d8f9 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -32,13 +32,13 @@ register_toolchains(
@@ -41,13 +41,13 @@ register_toolchains(
bazel_dep(
name = "rules_rust",
version = "0.38.0",
version = "0.42.1",
- # In released versions: dev_dependency = True
+ dev_dependency = True
)
Expand All @@ -18,7 +18,7 @@ index 842544e..5e5ee92 100644
)

rust.toolchain(
@@ -49,13 +49,13 @@ use_repo(rust, "rust_toolchains")
@@ -58,13 +58,13 @@ use_repo(rust, "rust_toolchains")

register_toolchains(
"@rust_toolchains//:all",
Expand Down
Loading

0 comments on commit 90b5ee4

Please sign in to comment.