diff options
| author | Bert Belder <bertbelder@gmail.com> | 2020-11-25 00:38:23 +0100 |
|---|---|---|
| committer | Bert Belder <bertbelder@gmail.com> | 2020-11-25 01:15:14 +0100 |
| commit | 8d12653738066facfc228b1d0d9e31b76c6d9de0 (patch) | |
| tree | e45c90cc79607fd5c8a29d0231f9cc43353399ac /test_plugin | |
| parent | 605874ee98b52f5de7d1d1284507d5a9cb9eea9d (diff) | |
core: implement 'AsyncRefCell' and 'ResourceTable2' (#8273)
Diffstat (limited to 'test_plugin')
| -rw-r--r-- | test_plugin/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_plugin/Cargo.toml b/test_plugin/Cargo.toml index b9be58dad..e7eb3932c 100644 --- a/test_plugin/Cargo.toml +++ b/test_plugin/Cargo.toml @@ -11,7 +11,7 @@ publish = false crate-type = ["cdylib"] [dependencies] -futures = "0.3.5" +futures = "0.3.8" deno_core = { path = "../core" } [dev-dependencies] |
