Add syn to the lock file (#2871)

This commit is contained in:
Jonathan Turner 2021-01-06 15:58:04 +13:00 committed by GitHub
parent 98810d22b1
commit 3ffa804088
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
Cargo.lock generated
View File

@ -3488,6 +3488,7 @@ dependencies = [
"nu-protocol", "nu-protocol",
"nu-source", "nu-source",
"nu-value-ext", "nu-value-ext",
"syn",
"tui", "tui",
] ]