Skip to content

Commit

Permalink
disable publishing of test helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
Voxelot committed Oct 21, 2023
1 parent fac4f99 commit 78e9d34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions tests/test-helpers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[package]
name = "test-helpers"
version = "0.1.0"
edition = "2021"
version = "0.0.0"
edition = { workspace = true }
license = { workspace = true }
publish = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 78e9d34

Please sign in to comment.