Skip to content

Commit 063e05f

Browse files
committed
Fixed broken dependency
1 parent 66d67d3 commit 063e05f

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
name = "http_tiny"
33
edition = "2021"
4-
version = "1.0.1"
4+
version = "1.0.2"
55
authors = ["KizzyCode Software Labs./Keziah Biermann"]
66
description = "A simple, dependency-less HTTP-header builder and parser"
77
categories = ["data-structures", "encoding", "network-programming", "parsing", "web-programming"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![crates.io](https://img.shields.io/crates/v/http_tiny.svg)](https://crates.io/crates/http_tiny)
55
[![Download numbers](https://img.shields.io/crates/d/http_tiny.svg)](https://crates.io/crates/http_tiny)
66
[![AppVeyor CI](https://ci.appveyor.com/api/projects/status/github/KizzyCode/http_tiny-rust?svg=true)](https://ci.appveyor.com/project/KizzyCode/http-tiny-rust)
7-
[![dependency status](https://deps.rs/crate/http_tiny/1.0.1/status.svg)](https://deps.rs/crate/http_tiny/1.0.1)
7+
[![dependency status](https://deps.rs/crate/http_tiny/1.0.2/status.svg)](https://deps.rs/crate/http_tiny/1.0.2)
88

99

1010
# About

0 commit comments

Comments
 (0)