Skip to content

Commit 9f0da4d

Browse files
committed
src/dnstap.proto → dnstap.pb/dnstap.proto
1 parent 7747d94 commit 9f0da4d

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright 2021 Fastly, Inc.
22

33
fn main() -> std::io::Result<()> {
4-
prost_build::compile_protos(&["src/dnstap.proto"], &["src/"])?;
4+
prost_build::compile_protos(&["dnstap.pb/dnstap.proto"], &["dnstap.pb/"])?;
55
Ok(())
66
}
File renamed without changes.

0 commit comments

Comments
 (0)