From e1872208ccbf4a3d4feaf95b3d41662223c47f04 Mon Sep 17 00:00:00 2001 From: Mike Voronov Date: Fri, 2 Jun 2023 22:52:58 +0300 Subject: [PATCH] chore(ci): remove redundant build.profiler (#597) remove build.profiler --- .cargo/config.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 14c176ee..2ba5a399 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -6,8 +6,5 @@ rustflags = [ "-C", "link-args=-zstack-size=52428800", ] -[build] -profiler = true - [registries] fluence = { index = "git://crates.fluence.dev/index" }