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] [package]
name = "cafeteria" name = "cafeteria"
version = "0.1.0" version = "0.1.0"
authors = ["Nathan Stocks <nathan@agileperception.com>"] edition = "2021"
edition = "2018"
[dependencies] [dependencies]
crossbeam = "0.8" crossbeam = "0.8"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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