diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2024-10-08 10:37:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-08 07:37:28 -0700 |
commit | a62c7e036ab6851c0293f407ead635a7331445b7 (patch) | |
tree | d0e7e3a411f4d6f5983c480e175744c1d9622006 /ext/fetch | |
parent | 94adfeec78ae66d29e186f21e85efee2f179558f (diff) |
2.0.0 (#26063)
Bumped versions for 2.0.0
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'ext/fetch')
-rw-r--r-- | ext/fetch/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fetch/Cargo.toml b/ext/fetch/Cargo.toml index 5196abd92..cc9e4f03d 100644 --- a/ext/fetch/Cargo.toml +++ b/ext/fetch/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_fetch" -version = "0.194.0" +version = "0.195.0" authors.workspace = true edition.workspace = true license.workspace = true |