mirror of
https://github.com/denoland/deno.git
synced 2024-12-21 23:04:45 -05:00
core(runtime): fix copyright in date (#9116)
This commit is contained in:
parent
836e22112a
commit
03bf2fc01f
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
|
||||
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
|
||||
use deno_crypto::op_crypto_get_random_values;
|
||||
use deno_crypto::rand::rngs::StdRng;
|
||||
use deno_crypto::rand::SeedableRng;
|
||||
|
|
Loading…
Reference in a new issue