diff --git a/Cargo.lock b/Cargo.lock index e7ac355..d89a193 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -805,7 +805,7 @@ dependencies = [ [[package]] name = "rust-fetch" -version = "0.8.2" +version = "0.8.5" dependencies = [ "bytes", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 3e0b7f9..7ac78a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-fetch" -version = "0.8.2" +version = "0.8.5" edition = "2018" [lib] diff --git a/package.json b/package.json index 2307dff..96d2707 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rust-fetch", - "version": "0.8.2", + "version": "0.8.5", "description": "Rust HTTP wrapper for JS", "main": "dist/index.js", "license": "UNLICENSED",