Skip to content

Commit 400e18b

Browse files
committed
set package.publish = true to fix cargo-release issue
1 parent fce6c5f commit 400e18b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.3"
44
description = "Data-driven tests that work on stable Rust"
55
repository = "https://github.com/nextest-rs/datatest-stable"
66
license = "MIT OR Apache-2.0"
7-
publish = ["crates-io"]
7+
publish = true
88
readme = "README.md"
99
edition = "2021"
1010
categories = ["development-tools::testing"]

0 commit comments

Comments
 (0)