Skip to content

Commit

Permalink
downloader, test_util, xtaskのpackage.versionを省略する (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip authored Dec 29, 2023
1 parent ca7b00a commit 02602be
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions crates/downloader/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[package]
name = "downloader"
version = "0.0.0"
edition.workspace = true
publish.workspace = true

[[bin]]
name = "download"
Expand Down
2 changes: 0 additions & 2 deletions crates/test_util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[package]
name = "test_util"
version = "0.0.0"
edition.workspace = true
publish.workspace = true

[dependencies]
async_zip = { workspace = true, features = ["full"] }
Expand Down
2 changes: 0 additions & 2 deletions crates/xtask/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[package]
name = "xtask"
version = "0.0.0"
edition.workspace = true
publish.workspace = true

[dependencies]
cbindgen.workspace = true
Expand Down

0 comments on commit 02602be

Please sign in to comment.