Commit Graph

10 Commits

Author SHA1 Message Date
jcamiel
0f457bd03b
Move clippy lint rules to Cargo.toml 2024-03-04 15:54:03 +01:00
jcamiel
ffa4052f32
Specify resolver version.
This solves the build warnings:
```
warning: some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`
note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
``
2023-09-06 16:04:15 +00:00
jcamiel
88ad6a3d19
Reduces Hurl release binary size. 2022-09-06 17:58:57 +02:00
Fabrice Reix
fb312a8b73 Split project into multiples packages 2020-11-02 18:30:13 +01:00
Fabrice Reix
4577108bff Update version to 0.99.14 2020-10-28 16:27:40 +01:00
Fabrice Reix
c6347a6828 Decompress response body
- explicitly for the output if --compressed has been set
- implicitly for textual queries
2020-10-15 08:44:21 +02:00
Fabrice Reix
4d4d8a6740 create deb file explicitly with dpkg --build 2020-10-03 15:48:37 +02:00
Fabrice Reix
5b7f59dc7b remove dependencies reqwest, percent-encoding and cookie 2020-09-17 19:55:25 +02:00
Fabrice Reix
874c7c2def Update version 2020-08-28 11:12:24 +02:00
Fabrice Reix
d849e0d1b3 Init Commit - beta release 0.99.12 2020-08-27 16:44:57 +02:00