summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Turner <jonathandturner@users.noreply.github.com>2021-01-06 15:58:04 +1300
committerGitHub <noreply@github.com>2021-01-06 15:58:04 +1300
commit3ffa8040886cf103babd97a6360e50b0fafd0a66 (patch)
treee53e98c23cd275ffdeec8e9f7ee691537779c215
parent98810d22b16a55a42abb7b644a2bf35d95d37555 (diff)
Add syn to the lock file (#2871)0.25.1
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0ff2ef582..279c661f0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3488,6 +3488,7 @@ dependencies = [
"nu-protocol",
"nu-source",
"nu-value-ext",
+ "syn",
"tui",
]