diff options
Diffstat (limited to 'ext/cron/local.rs')
-rw-r--r-- | ext/cron/local.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/cron/local.rs b/ext/cron/local.rs index 5f1ace6d1..cc3f57569 100644 --- a/ext/cron/local.rs +++ b/ext/cron/local.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. use std::cell::OnceCell; use std::cell::RefCell; |