Skip to content

Commit 3f77b53

Browse files
committed
Disable publish for crates that are not part of workspace
- obsolete and should not be published
1 parent e700922 commit 3f77b53

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

bencher_compat/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[workspace]
22

33
[package]
4+
publish = false
45
name = "criterion_bencher_compat"
56
version = "0.4.0"
67
authors = ["Brook Heisler <[email protected]>"]

macro/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[workspace]
22

33
[package]
4+
publish = false
45
name = "criterion-macro"
56
version = "0.4.0"
67
authors = ["Brook Heisler <[email protected]>"]

0 commit comments

Comments
 (0)