0.29.1
0.29.1
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust",
sha256 = "9ecd0f2144f0a24e6bc71ebcc50a1ee5128cedeceb32187004532c9710cb2334",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.29.1/rules_rust-v0.29.1.tar.gz"],
)
Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup
What's Changed
- Update using_cxx example to cxx 1.0.109 by @dtolnay in #2200
- Fix prost toolchain documentation typo by @joelwachsler in #2202
- Update rules_cc to 0.0.9 by @toandaominh1997 in #2201
- Add Android Platforms build flags. by @katre in #2198
- Refactor rustc_compile_action to construct CrateInfo internally by @daivinhtran in #2188
- Remove _rustc_env_attr from CrateInfo by @daivinhtran in #2189
- Migrade rbe_ubuntu1604 to rbe_ubuntu2004 by @coeuvre in #2208
- add compile_data attr to cargo_build_script by @krasimirgg in #2203
- Prep release 0.29.1 by @krasimirgg in #2209
New Contributors
- @toandaominh1997 made their first contribution in #2201
Full Changelog: 0.29.0...0.29.1