Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Cargo.toml definitions for publishing the crate #15

Merged
merged 1 commit into from
May 31, 2024
Merged

Conversation

zvonkok
Copy link
Contributor

@zvonkok zvonkok commented May 31, 2024

❯ cargo publish --dry-run
    Updating crates.io index
error: all dependencies must have a version specified when publishing.
dependency `oci-spec` does not specify a version
Note: The published dependency will use the version from crates.io,
the `git` specification will be removed from the dependency declaration.

We need to wait for the oci-spec release.

Signed-off-by: Zvonko Kaiser <zkaiser@nvidia.com>
@Apokleos
Copy link
Contributor

❯ cargo publish --dry-run
    Updating crates.io index
error: all dependencies must have a version specified when publishing.
dependency `oci-spec` does not specify a version
Note: The published dependency will use the version from crates.io,
the `git` specification will be removed from the dependency declaration.

We need to wait for the oci-spec release.

yes, we need wait oci-spec-rs's new release. and now we just use commit ID to develop our features

@Apokleos Apokleos merged commit ae18a18 into main May 31, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants