summary refs log tree commit diff
path: root/plugin_proto/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'plugin_proto/Cargo.toml')
-rw-r--r--plugin_proto/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin_proto/Cargo.toml b/plugin_proto/Cargo.toml
index 6fe8198..67b8441 100644
--- a/plugin_proto/Cargo.toml
+++ b/plugin_proto/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["The Chromium OS Authors"]
 build = "build.rs"
 
 [dependencies]
-protobuf = "=1.4.3"
+protobuf = "*"
 
 [build-dependencies]
 gcc = "=0.3.54"