From 9792f142a71c581ad372cdbc82b7d6ea7e19656d Mon Sep 17 00:00:00 2001 From: Gribouille Date: Sun, 20 Oct 2024 15:30:14 +0200 Subject: [PATCH] misc: release version reqwest-netrc (#7) --- reqwest-netrc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reqwest-netrc/Cargo.toml b/reqwest-netrc/Cargo.toml index b33da10..f046a9d 100644 --- a/reqwest-netrc/Cargo.toml +++ b/reqwest-netrc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest-netrc" -version = "0.1.1" +version = "0.1.2" description = "netrc support for Rust with support for reqwest" keywords = ["netrc", "reqwest", "http", "client"] authors = ["Hakim Taklanti "]