Skip to content

Commit 7fa1e58

Browse files
committed
fix Cargo.toml package metadata
1 parent e252637 commit 7fa1e58

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

xtask/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[package]
22
name = "xtask"
3-
version = "0.1.0"
4-
edition = "2021"
3+
publish = false
4+
version = "0.0.0"
5+
edition.workspace = true
56

67
[dependencies]
78
reqwest = { version = "0.11", features = ["blocking"] } # "blocking" is simpler for scripts

0 commit comments

Comments
 (0)