Browse Source

fix: don't need dist inherit inside CLI Cargo.toml

tags/v0.3.11-rc1
Enzo Le Van 10 months ago
parent
commit
823d68e91d
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      binaries/cli/Cargo.toml

+ 0
- 5
binaries/cli/Cargo.toml View File

@@ -61,11 +61,6 @@ name = "dora_cli"
path = "src/lib.rs"
crate-type = ["lib", "cdylib"]

# The profile that 'dist' will build with
[profile.dist]
inherits = "release"
lto = "thin"

[package.metadata.dist]
# Enable dora-cli binary to be distributed
dist = true

Loading…
Cancel
Save