diff options
Diffstat (limited to 'serde_v8/keys.rs')
-rw-r--r-- | serde_v8/keys.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serde_v8/keys.rs b/serde_v8/keys.rs index 4811a87f8..d44306fd6 100644 --- a/serde_v8/keys.rs +++ b/serde_v8/keys.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 std::collections::HashMap; // KeyCache stores a pool struct keys mapped to v8, |