Skip to content

Commit 79c6718

Browse files
committed
Specify version for internal OCI library in Cargo.toml
1 parent a2b600a commit 79c6718

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
@@ -45,7 +45,7 @@ tempfile = "3.13"
4545
sha2 = "0.10"
4646

4747
# Internal OCI library
48-
oci-core = { path = "crates/oci-core" }
48+
oci-core = { version = "0.1.0", path = "crates/oci-core" }
4949

5050
# CLI helpers
5151
which = "8.0"

0 commit comments

Comments
 (0)