update all cargo crates to edition 2021 (#781)

This commit is contained in:
Michael Angerman 2022-01-20 05:13:45 -08:00 committed by GitHub
parent 54ed82a19a
commit d4b6b4b09a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 15 additions and 19 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "nu-cli"
version = "0.1.0"
edition = "2018"
edition = "2021"
[dependencies]
nu-engine = { path = "../nu-engine" }

View File

@ -1,7 +1,7 @@
[package]
name = "nu-color-config"
version = "0.1.0"
edition = "2018"
edition = "2021"
[dependencies]
nu-protocol = { path = "../nu-protocol" }

View File

@ -1,7 +1,7 @@
[package]
name = "nu-command"
version = "0.1.0"
edition = "2018"
edition = "2021"
build = "build.rs"

View File

@ -1,7 +1,7 @@
[package]
name = "nu-engine"
version = "0.1.0"
edition = "2018"
edition = "2021"
[dependencies]
nu-protocol = { path = "../nu-protocol", features = ["plugin"] }

View File

@ -1,7 +1,7 @@
[package]
authors = ["The Nu Project Contributors", "Christian Zangl <laktak@cdak.net>"]
description = "Fork of serde-hjson"
edition = "2018"
edition = "2021"
license = "MIT"
name = "nu-json"
version = "0.37.1"

View File

@ -1,7 +1,7 @@
[package]
name = "nu-parser"
version = "0.1.0"
edition = "2018"
edition = "2021"
[dependencies]
miette = "3.0.0"

View File

@ -1,7 +1,7 @@
[package]
authors = ["The Nu Project Contributors"]
description = "Path handling library for Nushell"
edition = "2018"
edition = "2021"
license = "MIT"
name = "nu-path"
version = "0.37.1"
@ -9,4 +9,3 @@ version = "0.37.1"
[dependencies]
dirs-next = "2.0.0"
dunce = "1.0.1"

View File

@ -1,7 +1,7 @@
[package]
name = "nu-plugin"
version = "0.1.0"
edition = "2018"
edition = "2021"
[dependencies]
capnp = "0.14.3"
@ -9,6 +9,3 @@ nu-protocol = { path = "../nu-protocol" }
nu-engine = { path = "../nu-engine" }
serde = {version = "1.0.130", features = ["derive"]}
serde_json = { version = "1.0"}

View File

@ -1,7 +1,7 @@
[package]
authors = ["Andrei Volnin <wolandr@gmail.com>", "The Nu Project Contributors"]
description = "Pretty hex dump of bytes slice in the common style."
edition = "2018"
edition = "2021"
license = "MIT"
name = "nu-pretty-hex"
version = "0.41.0"

View File

@ -1,7 +1,7 @@
[package]
name = "nu-protocol"
version = "0.1.0"
edition = "2018"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -1,7 +1,7 @@
[package]
authors = ["The Nu Project Contributors"]
description = "Nushell table printing"
edition = "2018"
edition = "2021"
license = "MIT"
name = "nu-table"
version = "0.36.0"

View File

@ -1,7 +1,7 @@
[package]
authors = ["The Nu Project Contributors"]
description = "Nushell grid printing"
edition = "2018"
edition = "2021"
license = "MIT"
name = "nu-term-grid"
version = "0.36.0"

View File

@ -1,7 +1,7 @@
[package]
authors = ["The Nu Project Contributors"]
description = "A version incrementer plugin for Nushell"
edition = "2018"
edition = "2021"
license = "MIT"
name = "nu_plugin_example"
version = "0.1.0"

View File

@ -1,7 +1,7 @@
[package]
authors = ["The Nu Project Contributors"]
description = "A git status plugin for Nushell"
edition = "2018"
edition = "2021"
license = "MIT"
name = "nu_plugin_gstat"
version = "0.1.0"

View File

@ -1,7 +1,7 @@
[package]
authors = ["The Nu Project Contributors"]
description = "A version incrementer plugin for Nushell"
edition = "2018"
edition = "2021"
license = "MIT"
name = "nu_plugin_inc"
version = "0.1.0"