tools

various tools I have been using throughout the years
Log | Files | Refs | README | LICENSE

commit 75df662240c1f4dd64303958a4b3584b55495bae
parent 5399e720b0d5312d40c034af688984f4d64f7dd0
Author: mtmn <miro@haravara.org>
Date:   Sat, 25 Apr 2026 21:48:30 +0200

chore: update rust version

Former-commit-id: 1096e216bde993aa0327eca6068b6b2debf75ca9
Former-commit-id: 988b2a25e9acd8bdb05508bf5090d723193541e2
Former-commit-id: 481a59a2231e3c785008da924cd392551a255316
Diffstat:
MMODULE.bazel | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MODULE.bazel b/MODULE.bazel @@ -35,7 +35,7 @@ rust.toolchain( "-Clink-arg=-fuse-ld=mold", ], extra_target_triples = [], - versions = ["nightly/2026-03-07"], + versions = ["nightly/2026-04-25"], ) use_repo(rust, "rust_toolchains")