Skip to content

Commit 5cf3804

Browse files
committed
Add absolute_path feature flag to protobuf build script
1 parent 2e0240f commit 5cf3804

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rust/release_crates/protobuf/build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
// license that can be found in the LICENSE file or at
66
// https://developers.google.com/open-source/licenses/bsd
77

8+
#![feature(absolute_path)]
9+
810
const VERSION: &str = env!("CARGO_PKG_VERSION");
911

1012
fn main() {

0 commit comments

Comments
 (0)