Skip to content

Commit

Permalink
chore: Promote multiaddr and cid to workspace dependency and upda…
Browse files Browse the repository at this point in the history
…te cid.
  • Loading branch information
dariusc93 committed Jul 8, 2024
1 parent fc63327 commit 32e8d81
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 87 deletions.
99 changes: 18 additions & 81 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ asynchronous-codec = "0.7.0"
base64 = { default-features = false, features = ["alloc"], version = "0.22" }
byteorder = { version = "1" }
bytes = "1"
cid = "0.11.1"
chrono = { version = "0.4.35" }
clap = { version = "4.5", features = ["derive"] }
either = { version = "1" }
Expand All @@ -43,7 +44,6 @@ idb = "0.6"
indexmap = "2.2.0"
ipld-core = { version = "0.4.1", features = ["serde"] }
ipld-dagpb = "0.2.1"
#libipld = { version = "0.16", features = ["serde-codec"] }
libp2p = { version = "0.53" }
libp2p-allow-block-list = "0.3"
libp2p-connection-limits = "0.3"
Expand All @@ -65,7 +65,7 @@ rand_chacha = "0.3.1"
rcgen = { version = "0.13.1", features = ["pem", "x509-parser"] }
redb = { version = "1.3" }
rlimit = "0.10"
rust-ipns = { version = "0.5.1", path = "packages/rust-ipns" }
rust-ipns = { version = "0.6.0", path = "packages/rust-ipns" }
rust-unixfs = { version = "0.5.0", path = "unixfs" }
sec1 = { version = "0.7.3", features = ["pem", "pkcs8"] }
send_wrapper = "0.6"
Expand Down Expand Up @@ -111,7 +111,6 @@ hkdf.workspace = true
indexmap.workspace = true
ipld-core.workspace = true
ipld-dagpb.workspace = true
#libipld.workspace = true
libp2p-allow-block-list.workspace = true
libp2p-connection-limits.workspace = true
libp2p-relay-manager = { workspace = true }
Expand Down
3 changes: 3 additions & 0 deletions packages/rust-ipns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.6.0
- chore: Promote `multiaddr` and `cid` to workspace dependency.

# 0.5.2

# 0.5.1
Expand Down
6 changes: 3 additions & 3 deletions packages/rust-ipns/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/dariusc93/rust-ipfs"
description = "Rust implementation of IPNS"
version = "0.5.2"
version = "0.6.0"
authors = ["Darius Clark"]
keywords = ["libp2p", "ipfs"]

Expand All @@ -15,9 +15,9 @@ keywords = ["libp2p", "ipfs"]
[dependencies]
cbor4ii = { version = "0.3", features = ["serde1"] }
quick-protobuf = "0.8"
cid = "0.10"
cid.workspace = true
serde = { version = "1", features = ["derive"] }
multihash = { version = "0.18" }
multihash.workspace = true
sha2 = { version = "0.10" }
chrono = { version = "0.4.35" }

Expand Down

0 comments on commit 32e8d81

Please sign in to comment.