Commit 9f3a4a6
committed
fix(rgtv-cli): pin ureq to 2.x to match existing code
The crate was bumped to ureq 3.x but src/main.rs still calls
AgentBuilder, Error::Status/Transport, and RequestBuilder::set — all
removed in 3.0. cargo check fails with E0433/E0599 across rgtv-cli's
HTTP client. Pinning back to 2.x unblocks CI; a follow-up should
migrate the code to ureq 3.x and unpin.1 parent 913899b commit 9f3a4a6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments