update everything to 2021 edition

This commit is contained in:
Nathan Stocks
2021-09-30 22:17:57 -06:00
parent f9c021c766
commit 5113e8c8eb
11 changed files with 11 additions and 22 deletions

View File

@@ -1,8 +1,7 @@
[package]
name = "cafeteria"
version = "0.1.0"
authors = ["Nathan Stocks <nathan@agileperception.com>"]
edition = "2018"
edition = "2021"
[dependencies]
crossbeam = "0.8"

View File

@@ -1,8 +1,7 @@
[package]
name = "hello"
version = "0.1.0"
authors = ["Nathan Stocks <nathan@agileperception.com>"]
edition = "2018"
edition = "2021"
[dependencies]

View File

@@ -1,8 +1,7 @@
[package]
name = "kitchen"
version = "0.1.0"
authors = ["Nathan Stocks <nathan@agileperception.com>"]
edition = "2018"
edition = "2021"
[dependencies]
log = "0.4"

View File

@@ -1,7 +1,6 @@
[package]
name = "closures_iterators"
version = "0.1.0"
authors = ["Nathan Stocks <nathan@agileperception.com>"]
edition = "2018"
edition = "2021"
[dependencies]

View File

@@ -1,7 +1,6 @@
[package]
name = "docs"
version = "0.1.0"
authors = ["Nathan Stocks <nathan@agileperception.com>"]
edition = "2018"
edition = "2021"
[dependencies]

View File

@@ -1,8 +1,7 @@
[package]
name = "aquarium"
version = "0.1.0"
authors = ["Nathan Stocks <nathan@agileperception.com>"]
edition = "2018"
edition = "2021"
[dependencies]
# I thought you might want this for your library...

View File

@@ -1,7 +1,6 @@
[package]
name = "idiomatic"
version = "0.1.0"
authors = ["Nathan Stocks <nathan@agileperception.com>"]
edition = "2018"
edition = "2021"
[dependencies]

View File

@@ -1,8 +1,7 @@
[package]
name = "frogger"
version = "0.1.0"
authors = ["Nathan Stocks <nathan@agileperception.com>"]
edition = "2018"
edition = "2021"
[dependencies]
# I'm glad you came to add the `log` dependency! I got it all ready for you, just uncomment:

View File

@@ -1,8 +1,7 @@
[package]
name = "testing"
version = "0.1.0"
authors = ["Nathan Stocks <nathan@agileperception.com>"]
edition = "2018"
edition = "2021"
[dependencies]

View File

@@ -1,8 +1,7 @@
[package]
name = "threads_channels"
version = "0.1.0"
authors = ["Nathan Stocks <nathan@agileperception.com>"]
edition = "2018"
edition = "2021"
[dependencies]
crossbeam = "0.8"

View File

@@ -1,8 +1,7 @@
[package]
name = "traits"
version = "0.1.0"
authors = ["Nathan Stocks <nathan@agileperception.com>"]
edition = "2018"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html