rules_rust/examples/nix_cross_compiling
Daniel Wagner-Hall 53cb328fd5
Pin to Bazel 7.3.2 (#2957)
7.4.0 just got released and contains a regression which affects us

https://github.com/bazelbuild/bazel/issues/24063
2024-10-23 17:51:14 +00:00
..
bazel Added Rust 1.82.0 (#2944) 2024-10-21 05:39:37 +00:00
cc_binary Platform transition added to Rust binary rules. (#2310) 2023-12-13 17:39:11 +00:00
cc_library fix: `rustc_compile_action` emits `CcInfo` for `wasm32` targets (#1979) 2023-12-08 13:42:54 -08:00
nix fix: `rustc_compile_action` emits `CcInfo` for `wasm32` targets (#1979) 2023-12-08 13:42:54 -08:00
rust_binary Platform transition added to Rust binary rules. (#2310) 2023-12-13 17:39:11 +00:00
rust_library fix: `rustc_compile_action` emits `CcInfo` for `wasm32` targets (#1979) 2023-12-08 13:42:54 -08:00
.bazelrc Set allow_empty on unknown globs (#2509) 2024-02-22 14:59:10 +00:00
.bazelversion Pin to Bazel 7.3.2 (#2957) 2024-10-23 17:51:14 +00:00
.gitignore fix: `rustc_compile_action` emits `CcInfo` for `wasm32` targets (#1979) 2023-12-08 13:42:54 -08:00
BUILD.bazel Fix `alias_rules` missing CcInfo and not being listed in `CARGO_BAZEL_SRCS` and misc Nix example fixes. (#2353) 2023-12-27 17:37:05 +00:00
MODULE.bazel `cargo-bazel` now supports `alias_rule` to customize the aliases generated (#2312) 2023-12-15 17:13:47 +00:00
README.md fix: `rustc_compile_action` emits `CcInfo` for `wasm32` targets (#1979) 2023-12-08 13:42:54 -08:00
WORKSPACE.bazel Nix Example updated `rules_nixpkgs` version and removed CI workaround. (#2409) 2024-01-09 18:46:39 +00:00

README.md