summaryrefslogtreecommitdiff
path: root/serde_v8/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'serde_v8/src/lib.rs')
-rw-r--r--serde_v8/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/serde_v8/src/lib.rs b/serde_v8/src/lib.rs
index d97b1f1af..9d0715195 100644
--- a/serde_v8/src/lib.rs
+++ b/serde_v8/src/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
mod de;
mod error;
mod keys;