mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 08:13:04 +00:00
a6155fc2c3
Changelog: https://github.com/vercel/turbo/releases/tag/v2.0.12 Diff: https://github.com/vercel/turbo/compare/v1.13.2...v2.0.12
13 lines
434 B
Diff
13 lines
434 B
Diff
diff --git a/crates/turborepo-lib/src/lib.rs b/crates/turborepo-lib/src/lib.rs
|
|
index e8d41933da..26b8c7c92f 100644
|
|
--- a/crates/turborepo-lib/src/lib.rs
|
|
+++ b/crates/turborepo-lib/src/lib.rs
|
|
@@ -2,6 +2,7 @@
|
|
#![feature(box_patterns)]
|
|
#![feature(error_generic_member_access)]
|
|
#![feature(hash_extract_if)]
|
|
+#![feature(lazy_cell)]
|
|
#![feature(option_get_or_insert_default)]
|
|
#![feature(once_cell_try)]
|
|
#![feature(panic_info_message)]
|