Skip to content

Commit

Permalink
Update Bazel to 6.4.0 (TraceMachina#381)
Browse files Browse the repository at this point in the history
This allows us to enable blake3 as digest function in a future commit.
  • Loading branch information
aaronmondal authored and TripleKai committed Nov 29, 2023
1 parent 9498dc6 commit 18b240d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.3.2
6.4.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ This project can be considered ~stable~ and is currently used in production syst
We support building with Bazel or Cargo. Cargo **might** produce faster binaries because LTO (Link Time Optimization) is enabled for release versions, where Bazel currently does not support LTO for rust.

### Bazel requirements
* Bazel 6.3.0+
* Bazel 6.4.0+
* gcc
* g++
* lld
Expand Down
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 18b240d

Please sign in to comment.