Go to file
dependabot[bot] c527ea0ddb
Bump surrealdb in /crate_universe/test_data/metadata/aliases
Bumps [surrealdb](https://github.com/surrealdb/surrealdb) from 1.3.1 to 2.0.4.
- [Release notes](https://github.com/surrealdb/surrealdb/releases)
- [Changelog](https://github.com/surrealdb/surrealdb/blob/main/release.toml)
- [Commits](https://github.com/surrealdb/surrealdb/compare/v1.3.1...v2.0.4)

---
updated-dependencies:
- dependency-name: surrealdb
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-08 22:22:18 +00:00
.bazelci Update `cargo_build_script` to always render custom runfiles dirs. (#2891) 2024-10-03 19:05:27 +00:00
.bcr Test BCR example in minimum bazel (#2613) 2024-04-15 15:48:15 +00:00
.github Updated docs to use mdbook (#2834) 2024-09-05 17:51:48 +00:00
bindgen Allowlist more clang flags in bindgen (#2902) 2024-10-01 08:57:35 +00:00
cargo Revert #2911 and #2922 (#2925) 2024-10-07 20:48:32 +00:00
crate_universe Bump surrealdb in /crate_universe/test_data/metadata/aliases 2024-10-08 22:22:18 +00:00
docs Fix `override_targets` keys in docs (#2905) 2024-10-01 20:32:09 +00:00
examples Update `cargo_build_script` to work without runfiles support. (#2887) 2024-09-19 19:57:07 +00:00
ffi Minor cleanup (#2357) 2023-12-27 11:13:16 +00:00
nix fix: `rustc_compile_action` emits `CcInfo` for `wasm32` targets (#1979) 2023-12-08 13:42:54 -08:00
proto Update `cargo_build_script` to work without runfiles support. (#2887) 2024-09-19 19:57:07 +00:00
rust Check target tags before ignore tags for lint/fmt aspects (#2913) 2024-10-03 22:06:49 +00:00
test Avoid uses of shell to improve Windows tests (#2912) 2024-10-04 09:00:31 +00:00
tools Added utility for parsing action Args param files (#2897) 2024-10-01 18:42:22 +00:00
util Allow `+` in repo names (#2908) 2024-10-01 13:36:51 +00:00
wasm_bindgen Update `cargo_build_script` to work without runfiles support. (#2887) 2024-09-19 19:57:07 +00:00
.bazelignore upstream wrappers for cargo, rustc, cargo-clippy (#2703) 2024-06-25 11:34:39 +00:00
.bazelrc Get rolling releases CI green (#2916) 2024-10-04 00:34:54 +00:00
.clang-format Added Rust 1.71.0 (#2062) 2023-07-27 10:19:55 +00:00
.clippy.toml Move all settings flags into `//rust/settings` (#2870) 2024-09-18 15:54:25 +00:00
.envrc fix: use `watch_file` in `.envrc` (#2343) 2023-12-18 12:31:34 -08:00
.gitattributes Expose crates_vendor deps to bzlmod (#2372) 2023-12-28 18:53:57 +00:00
.gitignore Bazelmod documentation and code examples. (#2713) 2024-07-12 12:31:00 +00:00
.prettierrc.toml Added support for multiple javascript rule sets to wasm_bindgen package (#2284) 2023-11-27 14:20:45 +00:00
.rustfmt.toml Support rustfmt on crates with generated sources (#2255) 2023-11-16 11:40:34 +01:00
ARCHITECTURE.md Fix typos in ARCHITECTURE.md (#821) 2021-07-04 05:51:47 -07:00
AUTHORS Allow rust toolchain repositories from custom repo rules (#1036) 2021-11-29 15:18:08 +00:00
BUILD.bazel Move all settings flags into `//rust/settings` (#2870) 2024-09-18 15:54:25 +00:00
CODEOWNERS Update the CODEOWNERS file (#345) 2020-06-22 11:04:52 +02:00
COMPATIBILITY.md Remove redundant/legacy cargo_build_script.bzl (#2364) 2023-12-28 10:39:36 +00:00
CONTRIBUTING.md
CONTRIBUTORS Allow rust toolchain repositories from custom repo rules (#1036) 2021-11-29 15:18:08 +00:00
LICENSE.txt
MODULE.bazel Revert #2911 and #2922 (#2925) 2024-10-07 20:48:32 +00:00
README.md Remove deleted pipeline from README (#934) 2021-09-10 10:07:14 +02:00
WORKSPACE.bazel rust-analyzer: Factor aliases into the project (#2709) 2024-06-20 15:47:56 +00:00
buildifier Add s390x arch support (#2616) 2024-09-06 15:11:20 +00:00
version.bzl Revert #2911 and #2922 (#2925) 2024-10-07 20:48:32 +00:00

README.md

Rust Rules

  • Postsubmit Build status

Overview

This repository provides rules for building Rust projects with Bazel.

Community

General discussions and announcements take place in the GitHub Discussions, but there are additional places where community members gather to discuss rules_rust.

Documentation

Please refer to the full documentation.