Skip to content

Commit b8cf384

Browse files
committed
headers-core:v0.3.0
1 parent 6ebb42d commit b8cf384

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ members = [
1919

2020
[dependencies]
2121
http = "1.0.0"
22-
headers-core = { version = "0.2", path = "./headers-core" }
22+
headers-core = { version = "0.3", path = "./headers-core" }
2323
base64 = "0.21.3"
2424
bytes = "1"
2525
mime = "0.3.14"

headers-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "headers-core"
3-
version = "0.2.0" # don't forget to update html_root_url
3+
version = "0.3.0" # don't forget to update html_root_url
44
description = "typed HTTP headers core trait"
55
license = "MIT"
66
readme = "README.md"

headers-core/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#![deny(missing_docs)]
22
#![deny(missing_debug_implementations)]
33
#![cfg_attr(test, deny(warnings))]
4-
#![doc(html_root_url = "https://docs.rs/headers-core/0.2.0")]
4+
#![doc(html_root_url = "https://docs.rs/headers-core/0.3.0")]
55

66
//! # headers-core
77
//!

0 commit comments

Comments
 (0)