This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fix: don't need dist inherit inside CLI Cargo.toml
tags/v0.3.11-rc1
Enzo Le Van
10 months ago
parent
a74c85235a
commit
823d68e91d
1 changed files
with
0 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save