File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -112,11 +112,11 @@ jobs:
112
112
matrix :
113
113
mode : ['native']
114
114
platform : ['ubuntu-16.04', 'macos-10.15']
115
- rust_version : ['1.51 .0']
115
+ rust_version : ['1.52 .0']
116
116
include :
117
117
- mode : ' universal'
118
118
platform : ' ubuntu-16.04'
119
- rust_version : ' 1.51 .0'
119
+ rust_version : ' 1.52 .0'
120
120
steps :
121
121
- uses : actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e
122
122
- uses : actions/setup-python@152ba7c4dd6521b8e9c93f72d362ce03bf6c4f20
@@ -235,7 +235,7 @@ jobs:
235
235
runs-on : ubuntu-16.04
236
236
strategy :
237
237
matrix :
238
- rust_version : ['1.51 .0']
238
+ rust_version : ['1.52 .0']
239
239
cargo_raze_version : ['0.12.0']
240
240
steps :
241
241
- uses : actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e
Original file line number Diff line number Diff line change @@ -21,5 +21,5 @@ load("//third_party/rust:crates.bzl", "raze_fetch_remote_crates")
21
21
22
22
def tensorboard_rust_workspace ():
23
23
"""TensorBoard Rust dependencies."""
24
- rust_repositories (version = "1.51 .0" )
24
+ rust_repositories (version = "1.52 .0" )
25
25
raze_fetch_remote_crates ()
You can’t perform that action at this time.
0 commit comments