[PR #45] [MERGED] Fix build error on cargo install #87

Closed
opened 2026-03-02 23:02:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/agrinman/tunnelto/pull/45
Author: @jreyes33
Created: 5/4/2021
Status: Merged
Merged: 5/4/2021
Merged by: @agrinman

Base: masterHead: master


📝 Commits (1)

  • c8eb3b8 Fix build error on cargo install

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 tunnelto/Cargo.toml (+1 -1)

📄 Description

Hey! Thanks for the great crate and service!

Starting on version 0.1.16, there's an error when trying to install via cargo install tunnelto:

error[E0599]: no method named `json` found for struct `reqwest::Response` in the current scope

The error can also be reproduced by cloning the repo and running:

cd tunnelto
cargo build

The fix was to enable the json feature on the reqwest dependency.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/agrinman/tunnelto/pull/45 **Author:** [@jreyes33](https://github.com/jreyes33) **Created:** 5/4/2021 **Status:** ✅ Merged **Merged:** 5/4/2021 **Merged by:** [@agrinman](https://github.com/agrinman) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`c8eb3b8`](https://github.com/agrinman/tunnelto/commit/c8eb3b8b30a14f8938fd9e2488cf6bcfdfebecca) Fix build error on cargo install ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `tunnelto/Cargo.toml` (+1 -1) </details> ### 📄 Description Hey! Thanks for the great crate and service! Starting on version 0.1.16, there's an error when trying to install via `cargo install tunnelto`: ``` error[E0599]: no method named `json` found for struct `reqwest::Response` in the current scope ``` The error can also be reproduced by cloning the repo and running: ```sh cd tunnelto cargo build ``` The fix was to enable the `json` feature on the `reqwest` dependency. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:02:15 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tunnelto#87
No description provided.