Skip to content

Commit

Permalink
chore(release): 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 27, 2020
1 parent d54ffb1 commit e26e6ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.8.6](https://github.com/maidsafe/qp2p/compare/v0.8.5...v0.8.6) (2020-10-27)

### [0.8.5](https://github.com/maidsafe/qp2p/compare/v0.8.4...v0.8.5) (2020-10-26)

### [0.8.4](https://github.com/maidsafe/qp2p/compare/v0.8.3...v0.8.4) (2020-09-30)
Expand Down
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage = "https://maidsafe.net"
license = "MIT OR BSD-3-Clause"
readme = "README.md"
repository = "https://github.com/maidsafe/qp2p"
version = "0.8.5"
version = "0.8.6"
authors = [ "MaidSafe Developers <dev@maidsafe.net>" ]
keywords = [ "quic" ]
edition = "2018"
Expand All @@ -16,7 +16,6 @@ futures = "~0.3.5"
unwrap = "1.2.1"
bincode = "1.2.1"
crossbeam-channel = "~0.4.2"
serde = { version = "1.0.117", features = ["derive"] }
serde_json = "1.0.59"
structopt = "~0.3.15"
rcgen = "~0.8.4"
Expand All @@ -25,6 +24,10 @@ base64 = "~0.12.2"
err-derive = "~0.2.4"
webpki = "~0.21.3"

[dependencies.serde]
version = "1.0.117"
features = [ "derive" ]

[dependencies.quinn]
version = "~0.6.1"
features = [ "tls-rustls" ]
Expand Down

0 comments on commit e26e6ab

Please sign in to comment.