mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 14:40:06 +02:00
update all cargo crates to edition 2021 (#781)
This commit is contained in:
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user