Skip to content
This repository was archived by the owner on Oct 23, 2022. It is now read-only.

Commit 1e452e8

Browse files
author
Joonas Koivunen
committed
chore: prepare for release, bump version
1 parent 598ee39 commit 1e452e8

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ authors = ["Rust-IPFS contributors"]
33
edition = "2018"
44
license = "MIT OR Apache-2.0"
55
name = "ipfs"
6-
version = "0.1.0"
6+
readme = "README.md"
7+
repository = "https://github.com/rs-ipfs/rust-ipfs"
8+
description = "IPFS node implementation"
9+
version = "0.2.0"
710

811
[features]
912
default = []
@@ -15,7 +18,7 @@ anyhow = { default-features = false, version = "1.0" }
1518
async-stream = { default-features = false, version = "0.3" }
1619
async-trait = { default-features = false, version = "0.1" }
1720
base64 = { default-features = false, features = ["alloc"], version = "0.12" }
18-
ipfs-bitswap = { path = "bitswap" }
21+
ipfs-bitswap = { version = "0.1", path = "bitswap" }
1922
byteorder = { default-features = false, version = "1.3" }
2023
bytes = { default-features = false, version = "0.5" }
2124
cid = { default-features = false, version = "0.5" }
@@ -24,7 +27,7 @@ domain = { default-features = false, version = "0.5" }
2427
domain-resolv = { default-features = false, version = "0.5" }
2528
either = { default-features = false, version = "1.5" }
2629
futures = { default-features = false, version = "0.3.5", features = ["alloc", "std"] }
27-
ipfs-unixfs = { path = "unixfs" }
30+
ipfs-unixfs = { version = "0.2", path = "unixfs" }
2831
libp2p = { default-features = false, features = ["floodsub", "identify", "kad", "tcp-tokio", "mdns-tokio", "mplex", "noise", "ping", "yamux", "dns"], version = "0.28" }
2932
multibase = { default-features = false, version = "0.8" }
3033
multihash = { default-features = false, version = "0.11" }

0 commit comments

Comments
 (0)