I tried to update to 1.1.0 with:
bazel_dep(
name = "toolchains_arm_gnu",
version = "1.1.0",
dev_dependency = True,
)
but it doesn't seem to actually use 1.1.0. For example, additional_link_libraries is not available.
When I checked the release tarball, it looks the contents are using an older version of the source as well.