From 0b2a6fd6a1e812f84d1eb070b79cd81179d48114 Mon Sep 17 00:00:00 2001 From: falcon71181 Date: Fri, 20 Sep 2024 15:40:39 +0530 Subject: [PATCH] feat: crate version upgrade --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1447bea..849618a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -77,7 +77,7 @@ dependencies = [ [[package]] name = "aniscraper" -version = "0.1.0" +version = "0.1.1" dependencies = [ "base64", "brotli", diff --git a/Cargo.toml b/Cargo.toml index 8a0a0b2..30eae5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aniscraper" -version = "0.1.0" +version = "0.1.1" edition = "2021" categories = ["web-programming", "parsing", "parser-implementations", "web-programming::http-client"] description = "Rust library designed for efficient web scraping and data extraction. It simplifies the process of fetching, parsing, and extracting data from websites."