1
0
mirror of https://github.com/nushell/nushell.git synced 2025-04-03 14:10:41 +02:00

Add missing dependency to Cargo.lock ()

This commit is contained in:
Dan Davison 2022-11-12 10:13:42 -05:00 committed by GitHub
parent 817eacccd8
commit 2db2d98ef0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
Cargo.lock generated
View File

@ -2666,6 +2666,7 @@ dependencies = [
"nu-path",
"nu-protocol",
"nu-utils",
"strip-ansi-escapes",
"sysinfo",
]