Skip to content

0.2.35

Latest
Compare
Choose a tag to compare
@helly25 helly25 released this 23 Nov 10:37
3f90f4b

Version 0.2.35, see changelog

  • Added ability to retrieve field names for structs without default constructor (e.g. due to reference fields).
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
  name = "com_helly25_mbo",
  url = "https://github.com/helly25/mbo/archive/refs/tags/0.2.35.tar.gz",
  sha256 = "8673722539a4f8e4d9228e58d6f919d3ea76cb4f8edfb2c3273d9003a54ecded",
)