Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ From crates.io, as libraries:

```toml
[dependencies]
pxsolver-core = "1.9" # domain types: SolveRequest, PxCookieBundle, CacheKey
pxsolver-pipeline = "1.9" # ChallengeHandler, SolveAction, Pipeline
pxsolver-harvester = "1.9" # Harvester port + stealth Chromium pool
pxsolver-core = "1" # domain types: SolveRequest, PxCookieBundle, CacheKey
pxsolver-pipeline = "1" # ChallengeHandler, SolveAction, Pipeline
pxsolver-harvester = "1" # Harvester port + stealth Chromium pool
```

All 16 `pxsolver-*` library crates are published individually, so you can depend on one piece
Expand Down
2 changes: 1 addition & 1 deletion px-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ instead of the whole workspace.

```toml
[dependencies]
pxsolver-auth = "1.9"
pxsolver-auth = "1"
```

> **The package name and the crate name differ.** You depend on `pxsolver-auth`, but you `use px_auth::…`.
Expand Down
2 changes: 1 addition & 1 deletion px-cache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ instead of the whole workspace.

```toml
[dependencies]
pxsolver-cache = "1.9"
pxsolver-cache = "1"
```

> **The package name and the crate name differ.** You depend on `pxsolver-cache`, but you `use px_cache::…`.
Expand Down
2 changes: 1 addition & 1 deletion px-camoufox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ instead of the whole workspace.

```toml
[dependencies]
pxsolver-camoufox = "1.9"
pxsolver-camoufox = "1"
```

> **The package name and the crate name differ.** You depend on `pxsolver-camoufox`, but you `use px_camoufox::…`.
Expand Down
2 changes: 1 addition & 1 deletion px-captcha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ instead of the whole workspace.

```toml
[dependencies]
pxsolver-captcha = "1.9"
pxsolver-captcha = "1"
```

> **The package name and the crate name differ.** You depend on `pxsolver-captcha`, but you `use px_captcha::…`.
Expand Down
2 changes: 1 addition & 1 deletion px-cloudflare/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ instead of the whole workspace.

```toml
[dependencies]
pxsolver-cloudflare = "1.9"
pxsolver-cloudflare = "1"
```

> **The package name and the crate name differ.** You depend on `pxsolver-cloudflare`, but you `use px_cloudflare::…`.
Expand Down
2 changes: 1 addition & 1 deletion px-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ instead of the whole workspace.

```toml
[dependencies]
pxsolver-core = "1.9"
pxsolver-core = "1"
```

> **The package name and the crate name differ.** You depend on `pxsolver-core`, but you `use px_core::…`.
Expand Down
2 changes: 1 addition & 1 deletion px-datadome/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ instead of the whole workspace.

```toml
[dependencies]
pxsolver-datadome = "1.9"
pxsolver-datadome = "1"
```

> **The package name and the crate name differ.** You depend on `pxsolver-datadome`, but you `use px_datadome::…`.
Expand Down
2 changes: 1 addition & 1 deletion px-detector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ instead of the whole workspace.

```toml
[dependencies]
pxsolver-detector = "1.9"
pxsolver-detector = "1"
```

> **The package name and the crate name differ.** You depend on `pxsolver-detector`, but you `use px_detector::…`.
Expand Down
2 changes: 1 addition & 1 deletion px-errors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ instead of the whole workspace.

```toml
[dependencies]
pxsolver-errors = "1.9"
pxsolver-errors = "1"
```

> **The package name and the crate name differ.** You depend on `pxsolver-errors`, but you `use px_errors::…`.
Expand Down
2 changes: 1 addition & 1 deletion px-harvester/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ instead of the whole workspace.

```toml
[dependencies]
pxsolver-harvester = "1.9"
pxsolver-harvester = "1"
```

> **The package name and the crate name differ.** You depend on `pxsolver-harvester`, but you `use px_harvester::…`.
Expand Down
2 changes: 1 addition & 1 deletion px-native/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ instead of the whole workspace.

```toml
[dependencies]
pxsolver-native = "1.9"
pxsolver-native = "1"
```

> **The package name and the crate name differ.** You depend on `pxsolver-native`, but you `use px_native::…`.
Expand Down
2 changes: 1 addition & 1 deletion px-perimeterx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ instead of the whole workspace.

```toml
[dependencies]
pxsolver-perimeterx = "1.9"
pxsolver-perimeterx = "1"
```

> **The package name and the crate name differ.** You depend on `pxsolver-perimeterx`, but you `use px_perimeterx::…`.
Expand Down
2 changes: 1 addition & 1 deletion px-pipeline/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ instead of the whole workspace.

```toml
[dependencies]
pxsolver-pipeline = "1.9"
pxsolver-pipeline = "1"
```

> **The package name and the crate name differ.** You depend on `pxsolver-pipeline`, but you `use px_pipeline::…`.
Expand Down
2 changes: 1 addition & 1 deletion px-turnstile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ instead of the whole workspace.

```toml
[dependencies]
pxsolver-turnstile = "1.9"
pxsolver-turnstile = "1"
```

> **The package name and the crate name differ.** You depend on `pxsolver-turnstile`, but you `use px_turnstile::…`.
Expand Down
2 changes: 1 addition & 1 deletion px-types/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ instead of the whole workspace.

```toml
[dependencies]
pxsolver-types = "1.9"
pxsolver-types = "1"
```

> **The package name and the crate name differ.** You depend on `pxsolver-types`, but you `use px_types::…`.
Expand Down
2 changes: 1 addition & 1 deletion px-validation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ instead of the whole workspace.

```toml
[dependencies]
pxsolver-validation = "1.9"
pxsolver-validation = "1"
```

> **The package name and the crate name differ.** You depend on `pxsolver-validation`, but you `use px_validation::…`.
Expand Down
Loading