*: Migrate to Rust 2021 edition (#2339)

Co-authored-by: Max Inden <mail@max-inden.de>
This commit is contained in:
Dan Shields
2021-11-26 09:34:58 -07:00
committed by GitHub
parent fd417517ca
commit a7ed1d6b6e
54 changed files with 171 additions and 37 deletions

View File

@ -46,7 +46,8 @@
//! name = "rust-libp2p-tutorial"
//! version = "0.1.0"
//! authors = ["Max Inden <mail@max-inden.de>"]
//! edition = "2018"
//! edition = "2021"
//! rust-version = "1.56.1"
//!
//! [dependencies]
//! libp2p = "<insert-current-version-here>"