Skip to content

Commit

Permalink
hootbin 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
algesten committed Feb 16, 2024
1 parent 135c4bf commit 46c4898
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ http-02 = { package = "http", version = "0.2", optional = true }
http = { version = "1.0", optional = true }

# This can't be in dev-dependencies due to doc tests.
hootbin = { version = "0.1.1", optional = true }
hootbin = { version = "0.1.5", optional = true }

[dev-dependencies]
serde = { version = "1", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion src/response.rs
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ impl Response {
/// ```
/// # fn main() -> Result<(), ureq::Error> {
/// # ureq::is_test(true);
/// let text = ureq::get("http://httpbin.org/get/success")
/// let text = ureq::get("http://httpbin.org/get?success")
/// .call()?
/// .into_string()?;
///
Expand Down

0 comments on commit 46c4898

Please sign in to comment.