Skip to content

Commit

Permalink
chore: upgrade to bytes 1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Luke Steensen <luke.steensen@gmail.com>
  • Loading branch information
lukesteensen committed Jan 5, 2021
1 parent b283076 commit 45ba973
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 @@ -25,5 +25,5 @@ indexed = ["indexmap"]
indexmap = { version = "1.1.0", optional = true }
smallvec = "1.0.0"
hashbag = "0.1.2"
bytes = { version = "0.5", optional = true }
bytes = { version = "1.0.0", optional = true }
slab = "0.4"
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
missing_docs,
rust_2018_idioms,
missing_debug_implementations,
intra_doc_link_resolution_failure
broken_intra_doc_links
)]
#![allow(clippy::type_complexity)]

Expand Down

0 comments on commit 45ba973

Please sign in to comment.