Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
holmofy committed Aug 3, 2024
1 parent 1cb4f0c commit 571287f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = [".", "reqwest-scraper-macros"]

[package]
name = "reqwest-scraper"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
description = "Web scraping integration with reqwest"
license = "MIT"
Expand All @@ -23,7 +23,7 @@ reqwest = { version = "0.12" }
scraper = { version = "0.19", optional = true }
serde = { version = "1.0", optional = true }
serde_json = { version = "1.0", optional = true }
reqwest-scraper-macros = { version = "0.3.1", path = "./reqwest-scraper-macros", optional = true }
reqwest-scraper-macros = { version = "0.3.2", path = "./reqwest-scraper-macros", optional = true }
thiserror = "1.0"

[features]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Extends [reqwest](https://github.com/seanmonstar/reqwest) to support multiple we
* add dependency
```toml
reqwest = { version = "0.12", features = ["json"] }
reqwest-scraper="0.3.1"
reqwest-scraper="0.3.2"
```
* use ScraperResponse
```rust
Expand Down
2 changes: 1 addition & 1 deletion reqwest-scraper-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "reqwest-scraper-macros"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
description = "Web scraping integration with reqwest"
license = "MIT"
Expand Down

0 comments on commit 571287f

Please sign in to comment.