mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
14 lines
347 B
Diff
14 lines
347 B
Diff
diff -ru a/cli/main.rs b/cli/main.rs
|
|
--- a/cli/main.rs 2023-01-26 19:14:19
|
|
+++ b/cli/main.rs 2023-01-26 19:15:00
|
|
@@ -1,5 +1,9 @@
|
|
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
|
|
|
|
+// tea::FIXME
|
|
+// remove this once rust-lang.org>1.65.0 is unblocked
|
|
+#![feature(unzip_option)]
|
|
+
|
|
mod args;
|
|
mod auth_tokens;
|
|
mod cache;
|