Skip to content

Commit

Permalink
chore: Rust edition 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
zu1k committed Oct 22, 2021
1 parent 7706806 commit 91a66de
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions http_mitm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion http_mitm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "http_mitm"
version = "0.0.1"
edition = "2018"
edition = "2021"

[dependencies]
async-compression = { version = "0.3", features = ["tokio", "brotli", "gzip", "zlib", "zstd"] }
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2021-09-13"
channel = "nightly"
components = ["rustfmt", "clippy"]

0 comments on commit 91a66de

Please sign in to comment.