Skip to content

Commit ccbfa4b

Browse files
committed
bump tonic due to cargo deny
1 parent 24bf088 commit ccbfa4b

File tree

2 files changed

+12
-20
lines changed

2 files changed

+12
-20
lines changed

Cargo.lock

+11-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/operator-binary/build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ fn main() {
66
let out_dir = PathBuf::from(std::env::var("OUT_DIR").expect("OUT_DIR is required"));
77
tonic_build::configure()
88
.file_descriptor_set_path(out_dir.join("file_descriptor_set.bin"))
9-
.compile(&["vendor/csi/csi.proto"], &["vendor/csi"])
9+
.compile_protos(&["vendor/csi/csi.proto"], &["vendor/csi"])
1010
.unwrap();
1111
built::write_built_file().unwrap();
1212
}

0 commit comments

Comments
 (0)