Skip to content

Commit 449bf93

Browse files
committed
Update build.rs
1 parent 077fa56 commit 449bf93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ fn main() -> Result<()> {
44
let mut prost_build = prost_build::Config::new();
55
// Enable a protoc experimental feature.
66
prost_build.protoc_arg("--experimental_allow_proto3_optional");
7-
prost_build.compile_protos(&["src/mmcs.proto", "src/ids/ids.proto", "src/facetime.proto", "src/statuskit.proto"], &["src/"])?;
7+
prost_build.compile_protos(&["src/mmcs.proto", "src/ids/ids.proto", "src/facetime.proto", "src/statuskit.proto", "src/imessage/cloud_messages.proto"], &["src/"])?;
88
Ok(())
99
}

0 commit comments

Comments
 (0)