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
15 changed files with 15 additions and 19 deletions

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"