浏览代码

xtask: do not release

Alessandro Decina 2 年之前
父节点
当前提交
d1a0ce51ee
共有 1 个文件被更改,包括 5 次插入3 次删除
  1. 5 3
      aya-log/xtask/Cargo.toml

+ 5 - 3
aya-log/xtask/Cargo.toml

@@ -1,10 +1,12 @@
 [package]
 name = "xtask"
+publish = false
 version = "0.1.0"
 edition = "2018"
 
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
 [dependencies]
 structopt = {version = "0.3", default-features = false }
-anyhow = "1"
+anyhow = "1"
+
+[package.metadata.release]
+release = false