chore: Update to 2021 edition (#1188)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
authors = ["Lucio Franco <[email protected]>"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
name = "compression"
|
||||
publish = false
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
use self::util::*;
|
||||
use crate::util::mock_io_channel;
|
||||
use futures::{Stream, StreamExt};
|
||||
use std::convert::TryFrom;
|
||||
use std::{
|
||||
pin::Pin,
|
||||
sync::{
|
||||
|
||||
Reference in New Issue
Block a user