diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-09-30 16:51:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-30 10:51:01 -0400 |
| commit | 290da280a8a8ab8f886462cd61484f5a6a4d57a4 (patch) | |
| tree | 473d3f8f3cef55b6167ef983de33a8f0d97f01ba /op_crates/fetch/Cargo.toml | |
| parent | dcd0595058c9a736529c11e64cf13911774be2b5 (diff) | |
refactor: improve op crate interfaces for other consumers (#7745)
Diffstat (limited to 'op_crates/fetch/Cargo.toml')
| -rw-r--r-- | op_crates/fetch/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op_crates/fetch/Cargo.toml b/op_crates/fetch/Cargo.toml index feece79d5..9bb9a4a76 100644 --- a/op_crates/fetch/Cargo.toml +++ b/op_crates/fetch/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_fetch" -version = "0.2.0" +version = "0.3.0" edition = "2018" description = "provides fetch Web API to deno_core" authors = ["the Deno authors"] |
