Skip to content

Commit 6f696f5

Browse files
committed
v1.3.4
1 parent 1a791f4 commit 6f696f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "httparse"
4-
version = "1.3.3"
4+
version = "1.3.4"
55
authors = ["Sean McArthur <[email protected]>"]
66
license = "MIT/Apache-2.0"
77
description = "A tiny, safe, speedy, zero-copy HTTP/1.x parser."

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc(html_root_url = "https://docs.rs/httparse/1.3.3")]
1+
#![doc(html_root_url = "https://docs.rs/httparse/1.3.4")]
22
#![cfg_attr(not(feature = "std"), no_std)]
33
#![deny(missing_docs)]
44
#![cfg_attr(test, deny(warnings))]

0 commit comments

Comments
 (0)