Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
herr-seppia committed Jul 6, 2022
1 parent 81737bc commit 478fbf0
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
[package]
name = "kadcast"
authors = [
"herr-seppia <[email protected]>"
]
version = "0.4.0-rc.6"
authors = ["herr-seppia <[email protected]>"]
version = "0.4.0"
edition = "2018"
description ="Implementation of the Kadcast Network Protocol."
description = "Implementation of the Kadcast Network Protocol."
categories = ["network-programming"]
keywords = ["p2p", "network", "kad", "peer-to-peer", "kadcast"]
license = "MPL-2.0"
repository = "https://github.com/dusk-network/kadcast"

exclude = [
".git*",
"ARCHITECTURE.md",
"architecture.jpg"
]
exclude = [".git*", "ARCHITECTURE.md", "architecture.jpg"]

[dependencies]
arrayvec = "0.7"
Expand All @@ -29,7 +23,7 @@ konst = "0.2"
socket2 = "0.4"
serde_derive = "1"
serde = "1"
humantime-serde ="1"
humantime-serde = "1"

[dev-dependencies]
clap = "2.33.3"
Expand Down

0 comments on commit 478fbf0

Please sign in to comment.