dev-rust: upgrade protobuf to 2.3.0
This makes the protobuf 2.3.0 crate available, but should leave
existing users untouched. In some cases we need to leave older versions
of crates as well until the existing users are converted over.
Update memd to lock the version of its dependent crates to match the
Cargo.toml. We can loosen this up in future CLs.
BUG=chromium:937216
TEST=precq passes
Change-Id: If19e24b545d87bff9e98a32fd248ec3f39dab8cf
Reviewed-on: https://chromium-review.googlesource.com/1495770
Commit-Ready: Stephen Barber <smbarber@chromium.org>
Tested-by: Stephen Barber <smbarber@chromium.org>
Reviewed-by: Stephen Barber <smbarber@chromium.org>
diff --git a/dev-rust/stdweb/stdweb-0.4.14.ebuild b/dev-rust/stdweb/stdweb-0.4.14.ebuild
new file mode 100644
index 0000000..072e90c
--- /dev/null
+++ b/dev-rust/stdweb/stdweb-0.4.14.ebuild
@@ -0,0 +1,15 @@
+# Copyright 2019 The Chromium OS Authors. All rights reserved.
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+CROS_RUST_EMPTY_CRATE=1
+
+inherit cros-rust
+
+DESCRIPTION="Empty ${PN} crate"
+HOMEPAGE=""
+
+LICENSE="BSD-Google"
+SLOT="${PV}/${PR}"
+KEYWORDS="*"