diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2020-06-19 13:44:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-19 13:44:28 -0400 |
| commit | cddaacc955a8e0e0ab16298f9fad85af7efb1d03 (patch) | |
| tree | 6da2713badfeccbb19b540d238f7429ba04b2f78 /test_plugin | |
| parent | 1c5ab8bf1acf8347d39da13c2a9d59c9ba003f3c (diff) | |
upgrade crates (#6378)
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 ca86b96e9..27438f3f3 100644 --- a/test_plugin/Cargo.toml +++ b/test_plugin/Cargo.toml @@ -13,4 +13,4 @@ futures = "0.3.5" deno_core = { path = "../core" } [dev-dependencies] -test_util = { path = "../test_util" }
\ No newline at end of file +test_util = { path = "../test_util" } |
