Skip to content

Commit 97a63f2

Browse files
authored
Bump the version to 0.7.2 (#242)
* Remove instructions on how to declare Rust host tools This is now done as part of this module. There no longer is any need to do this manually. * Bump the version to 0.7.2
1 parent d50bae4 commit 97a63f2

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "rules_jsonnet",
3-
version = "0.7.1",
3+
version = "0.7.2",
44
)
55

66
bazel_dep(name = "bazel_skylib", version = "1.8.0")

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -41,22 +41,6 @@ register a different compiler:
4141
| cpp | `jsonnet.compiler(name = "cpp")` |
4242
| Rust | `jsonnet.compiler(name = "rust")` |
4343

44-
### Rust Jsonnet Compiler
45-
46-
To use the Rust Jsonnet compiler a `Nightly` Rust version for the host tools is
47-
required because `-Z bindeps` is needed to compile the Jrsonnet binary.
48-
49-
Add the following snippet to the `MODULE.bazel` file:
50-
51-
```Starlark
52-
bazel_dep(name = "rules_rust", version = "0.45.1")
53-
54-
rust_host = use_extension("@rules_rust//rust:extensions.bzl", "rust_host_tools")
55-
rust_host.host_tools(
56-
version = "nightly/2024-05-02",
57-
)
58-
```
59-
6044
### CLI
6145

6246
Use the `--extra_toolchains` flag to pass the preferred toolchain to the bazel

0 commit comments

Comments
 (0)