cncf-tags / container-device-interface-rs

Rust implementation of the Container Device Interface: https://github.com/cncf-tags/container-device-interface
Apache License 2.0
5 stars 6 forks source link

Add Cargo.toml definitions for publishing the crate #15

Closed zvonkok closed 5 months ago

zvonkok commented 5 months ago
❯ 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.

Apokleos commented 5 months ago
❯ 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