From c4fe352965a839f5346c56907044e7b2a18680e0 Mon Sep 17 00:00:00 2001 From: Tyera Eulberg Date: Fri, 17 Sep 2021 14:16:14 -0600 Subject: [PATCH] Tiny toml fmt fix --- core/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index 5cd14fec1c..1a7a452b04 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -76,7 +76,6 @@ solana-version = { path = "../version", version = "=1.8.0" } static_assertions = "1.1.0" systemstat = "0.1.8" - [build-dependencies] rustc_version = "0.4" @@ -99,4 +98,4 @@ name = "sigverify_stage" name = "retransmit_stage" [package.metadata.docs.rs] -targets = ["x86_64-unknown-linux-gnu"] \ No newline at end of file +targets = ["x86_64-unknown-linux-gnu"]