diff options
Diffstat (limited to 'serde_v8/magic/global.rs')
-rw-r--r-- | serde_v8/magic/global.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serde_v8/magic/global.rs b/serde_v8/magic/global.rs index 4f7b70fdf..52b316fa5 100644 --- a/serde_v8/magic/global.rs +++ b/serde_v8/magic/global.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. use crate::magic::transl8::impl_magic; use crate::magic::transl8::FromV8; |