This repository has been archived by the owner on Oct 23, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
399: Prepare ipfs release r=koivunej a=koivunej This PR updates Cargo.toml, so that I can release it. I hope adding the `version` for the `path` deps does the trick, at least `cargo publish --dry-run` seems to produce an ok crate, with: ``` [dependencies.ipfs-bitswap] version = "0.1" [dependencies.ipfs-unixfs] version = "0.2" ``` The crate ends up containing the Cargo.lock file which I am not so sure if it should be excluded? Co-authored-by: Joonas Koivunen <[email protected]>
- Loading branch information