Skip to content

Commit

Permalink
chore: crate version upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
falcon71181 committed Sep 22, 2024
1 parent e00cf39 commit 2fe75d1
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 72 deletions.
125 changes: 55 additions & 70 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aniscraper"
version = "0.1.1"
version = "0.1.2"
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."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To get started with `aniscraper`, first add it to your `Cargo.toml`:

```toml
[dependencies]
aniscraper = "0.1" # Replace with the latest version
aniscraper = "0.1.2" # Replace with the latest version
```

Or
Expand Down

0 comments on commit 2fe75d1

Please sign in to comment.