From 81c1bb36dcf141cd2049d727754e8ba3b3465008 Mon Sep 17 00:00:00 2001 From: Lucio Franco Date: Wed, 23 Oct 2019 14:52:12 -0400 Subject: [PATCH] Fix missing import for wellknown types --- tests/wellknown/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/wellknown/Cargo.toml b/tests/wellknown/Cargo.toml index 3e321dabb..c48298346 100644 --- a/tests/wellknown/Cargo.toml +++ b/tests/wellknown/Cargo.toml @@ -11,6 +11,7 @@ publish = false tonic = { path = "../../tonic" } bytes = "0.4" prost = "0.5" +prost-types = "0.5" [build-dependencies] tonic-build = { path = "../../tonic-build" }