Release 0.36.1 (#2376)

This commit is contained in:
UebelAndre 2023-12-28 10:46:21 -08:00 committed by GitHub
parent 01dadedf6c
commit 0d77db7e7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
module(
name = "rules_rust",
version = "0.36.0",
version = "0.36.1",
)
bazel_dep(

View File

@ -1,3 +1,3 @@
"""The version of rules_rust."""
VERSION = "0.36.0"
VERSION = "0.36.1"