chore(ci): remove redundant build.profiler (#597)

remove build.profiler
This commit is contained in:
Mike Voronov 2023-06-02 22:52:58 +03:00 committed by GitHub
parent f8b734abde
commit e1872208cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,8 +6,5 @@ rustflags = [
"-C", "link-args=-zstack-size=52428800",
]
[build]
profiler = true
[registries]
fluence = { index = "git://crates.fluence.dev/index" }