diff options
Diffstat (limited to 'ext/napi/value.rs')
-rw-r--r-- | ext/napi/value.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/napi/value.rs b/ext/napi/value.rs index 0e289fedd..c1607f2c2 100644 --- a/ext/napi/value.rs +++ b/ext/napi/value.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 deno_core::v8; use std::mem::transmute; |