Skip to content

Commit 6bfbd4f

Browse files
committed
integration-tests: Inherit cargo config
Fixes the package check. Signed-off-by: Colin Walters <walters@verbum.org>
1 parent 6ef33f5 commit 6bfbd4f

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

crates/integration-tests/Cargo.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
[package]
22
name = "integration-tests"
3-
version = "0.1.0"
4-
edition = "2021"
53
publish = false
64

5+
edition.workspace = true
6+
license.workspace = true
7+
repository.workspace = true
8+
rust-version.workspace = true
9+
version.workspace = true
10+
711
[[bin]]
812
name = "cfsctl-integration-tests"
913
path = "src/main.rs"
1014

1115
[dependencies]
1216
anyhow = "1"
1317
cap-std-ext = "4.0"
14-
composefs = { path = "../composefs" }
18+
composefs = { workspace = true }
1519
libtest-mimic = "0.8"
1620
linkme = "0.3"
1721
ocidir = "0.6"

0 commit comments

Comments
 (0)