tools

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

commit d6c77357fc1997c11fd04b39f29df724f7a126fd
parent 9c475d90375b614619a8602ffd8e23fc026e31d6
Author: mtmn <miro@haravara.org>
Date:   Mon, 11 May 2026 19:32:41 +0200

chore: bump rust nightly

Diffstat:
MMODULE.bazel | 2+-
MREADME.md | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/MODULE.bazel b/MODULE.bazel @@ -17,7 +17,7 @@ rust.toolchain( "-Ctarget-cpu=native", ], extra_target_triples = [], - versions = ["nightly/2026-04-25"], + versions = ["nightly/2026-05-11"], ) use_repo(rust, "rust_toolchains") diff --git a/README.md b/README.md @@ -24,7 +24,7 @@ Various tools I have been using throughout the years. | language | version | |---|---| -| Rust | nightly (2026-04-25) | +| Rust | nightly (2026-05-11) | | Zig | 0.16.0 | | Python | 3.14 |