diff options
Diffstat (limited to 'runtime/lib.rs')
-rw-r--r-- | runtime/lib.rs | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/runtime/lib.rs b/runtime/lib.rs index b63fd4134..ade10a9c6 100644 --- a/runtime/lib.rs +++ b/runtime/lib.rs @@ -87,12 +87,7 @@ pub static UNSTABLE_GRANULAR_FLAGS: &[( "Enable unstable net APIs", 7, ), - ( - "temporal", - "Enable unstable Temporal API", - // Not used in JS - 8, - ), + ("temporal", "Enable unstable Temporal API", 8), ( "unsafe-proto", "Enable unsafe __proto__ support. This is a security risk.", |