Skip to content

Commit

Permalink
Rust Edition 2021 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaudiger authored Mar 6, 2023
1 parent 555d4e1 commit 6b88253
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
"The Nushell Project Developers",
]
description = "Library for ANSI terminal colors and styles (bold, underline)"
edition = "2018"
edition = "2021"
license = "MIT"
name = "nu-ansi-term"
version = "0.46.0"
Expand All @@ -19,7 +19,7 @@ doctest = true
derive_serde_style = ["serde"]

[dependencies]
serde = { version="1.0.90", features=["derive"], optional=true }
serde = { version="1.0.152", features=["derive"], optional=true }

[target.'cfg(windows)'.dependencies.windows]
version = "0.45.0"
Expand All @@ -32,8 +32,8 @@ features = [
]

[dev-dependencies]
doc-comment = "0.3"
regex = "1.1.9"
doc-comment = "0.3.3"
regex = "1.7.1"

[dev-dependencies.serde_json]
version = "1.0.39"
version = "1.0.94"

0 comments on commit 6b88253

Please sign in to comment.