Skip to content

Commit 9e02104

Browse files
author
galaxyhuang
committed
remove deprecated method to avoid warning
Signed-off-by: galaxyhuang <[email protected]>
1 parent 2463081 commit 9e02104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grpc-sys/build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ fn build_grpc(cc: &mut cc::Build, library: &str) {
252252
if !cfg!(feature = "_list-package") {
253253
config.build_target(library);
254254
}
255-
config.uses_cxx11().build()
255+
config.build()
256256
};
257257

258258
let lib_suffix = if target.contains("msvc") {

0 commit comments

Comments
 (0)