Skip to content

Commit 46c4898

Browse files
committed
hootbin 0.1.5
1 parent 135c4bf commit 46c4898

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ http-02 = { package = "http", version = "0.2", optional = true }
6262
http = { version = "1.0", optional = true }
6363

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

6767
[dev-dependencies]
6868
serde = { version = "1", features = ["derive"] }

src/response.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ impl Response {
435435
/// ```
436436
/// # fn main() -> Result<(), ureq::Error> {
437437
/// # ureq::is_test(true);
438-
/// let text = ureq::get("http://httpbin.org/get/success")
438+
/// let text = ureq::get("http://httpbin.org/get?success")
439439
/// .call()?
440440
/// .into_string()?;
441441
///

0 commit comments

Comments
 (0)