From 9459647ba23f71f7193c4886573214519c92c4ce Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 28 Jan 2019 21:44:15 -0800 Subject: Fix Cargo version pins --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/Cargo.toml') diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 9a3b0534..077b9344 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -39,7 +39,7 @@ slog-async = "*" slog-stdlog = "*" slog-scope = "*" serde_json = "1.0" -serde = "*" +serde = "1.0" serde_derive = "1.0" serde_ignored = "0.0.4" sentry = { version = "^0.12", default-features = false, features = ["with_client_implementation", "with_backtrace", "with_panic", "with_log", "with_rust_info", "with_failure"] } -- cgit v1.2.3