Skip to content

Commit

Permalink
Merge branch 'master' into gha
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Coyle committed Jan 21, 2021
2 parents 263d4d9 + aada795 commit e96c320
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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.9.11](https://github.com/maidsafe/qp2p/compare/v0.9.10...v0.9.11) (2021-01-20)

### [0.9.10](https://github.com/maidsafe/qp2p/compare/v0.9.9...v0.9.10) (2021-01-20)


Expand Down
2 changes: 1 addition & 1 deletion 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.9.10"
version = "0.9.11"
authors = [ "MaidSafe Developers <dev@maidsafe.net>" ]
keywords = [ "quic" ]
edition = "2018"
Expand Down
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
arithmetic_overflow,
mutable_transmutes,
no_mangle_const_items,
unknown_crate_types,
warnings
unknown_crate_types
)]
#![deny(
bad_style,
Expand All @@ -35,7 +34,8 @@
unused_parens,
while_true,
clippy::unicode_not_nfc,
clippy::wrong_pub_self_convention
clippy::wrong_pub_self_convention,
warnings
)]
#![warn(
trivial_casts,
Expand Down

0 comments on commit e96c320

Please sign in to comment.