Skip to content

Commit

Permalink
bump actix http version
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Aug 11, 2021
1 parent 655d7b4 commit c9c3667
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion actix-http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix-http"
version = "2.2.0"
version = "2.2.1"
authors = ["Nikolay Kim <[email protected]>"]
description = "HTTP primitives for the Actix ecosystem"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions actix-http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
> HTTP primitives for the Actix ecosystem.
[![crates.io](https://img.shields.io/crates/v/actix-http?label=latest)](https://crates.io/crates/actix-http)
[![Documentation](https://docs.rs/actix-http/badge.svg?version=2.2.0)](https://docs.rs/actix-http/2.2.0)
[![Documentation](https://docs.rs/actix-http/badge.svg?version=2.2.1)](https://docs.rs/actix-http/2.2.1)
![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-http)
[![Dependency Status](https://deps.rs/crate/actix-http/2.2.0/status.svg)](https://deps.rs/crate/actix-http/2.2.0)
[![Dependency Status](https://deps.rs/crate/actix-http/2.2.1/status.svg)](https://deps.rs/crate/actix-http/2.2.1)
[![Join the chat at https://gitter.im/actix/actix-web](https://badges.gitter.im/actix/actix-web.svg)](https://gitter.im/actix/actix-web?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

## Documentation & Resources
Expand Down

0 comments on commit c9c3667

Please sign in to comment.