Skip to content

Commit dfe8a56

Browse files
committed
v1.3.3
1 parent cf54dd5 commit dfe8a56

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[package]
22

33
name = "httparse"
4-
version = "1.3.2"
4+
version = "1.3.3"
55
authors = ["Sean McArthur <[email protected]>"]
66
license = "MIT/Apache-2.0"
77
description = "A tiny, safe, speedy, zero-copy HTTP/1.x parser."
88
repository = "https://github.com/seanmonstar/httparse"
99
documentation = "https://docs.rs/httparse"
10+
readme = "README.md"
1011
keywords = ["http", "parser", "no_std"]
1112
categories = ["network-programming", "no-std", "parser-implementations", "web-programming"]
1213

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.2")]
1+
#![doc(html_root_url = "https://docs.rs/httparse/1.3.3")]
22
#![cfg_attr(not(feature = "std"), no_std)]
33
#![cfg_attr(test, deny(warnings))]
44
#![deny(missing_docs)]

0 commit comments

Comments
 (0)