Skip to content

Commit

Permalink
Also bump core-derive (#1593)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaka authored May 25, 2020
1 parent a921b7c commit baac036
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ libp2p-ping = { version = "0.19.1", path = "protocols/ping", optional = true }
libp2p-plaintext = { version = "0.19.0", path = "protocols/plaintext", optional = true }
libp2p-pnet = { version = "0.19.0", path = "protocols/pnet", optional = true }
libp2p-core = { version = "0.19.0", path = "core" }
libp2p-core-derive = { version = "0.19.0", path = "misc/core-derive" }
libp2p-core-derive = { version = "0.19.1", path = "misc/core-derive" }
libp2p-secio = { version = "0.19.1", path = "protocols/secio", default-features = false, optional = true }
libp2p-swarm = { version = "0.19.0", path = "swarm" }
libp2p-uds = { version = "0.19.1", path = "transports/uds", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion misc/core-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "libp2p-core-derive"
edition = "2018"
description = "Procedural macros of libp2p-core"
version = "0.19.0"
version = "0.19.1"
authors = ["Parity Technologies <admin@parity.io>"]
license = "MIT"
repository = "https://github.com/libp2p/rust-libp2p"
Expand Down

0 comments on commit baac036

Please sign in to comment.