mirror of https://github.com/bazelbuild/rules_rust
Release 0.51.0 (#2881)
This commit is contained in:
parent
59464fe1d9
commit
144d34fdaa
|
@ -2,7 +2,7 @@
|
|||
|
||||
module(
|
||||
name = "rules_rust",
|
||||
version = "0.50.1",
|
||||
version = "0.51.0",
|
||||
)
|
||||
|
||||
bazel_dep(
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
"""The version of rules_rust."""
|
||||
|
||||
VERSION = "0.50.1"
|
||||
VERSION = "0.51.0"
|
||||
|
|
Loading…
Reference in New Issue