ver 0.2.0

This commit is contained in:
MeexReay 2024-11-27 23:36:31 +03:00
parent d59523b009
commit 304a14ccc8
4 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -88,7 +88,7 @@ checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
[[package]]
name = "ezhttp"
version = "0.1.6"
version = "0.2.0"
dependencies = [
"lazy_static",
"mime_guess",

View File

@ -1,6 +1,6 @@
[package]
name = "ezhttp"
version = "0.1.6"
version = "0.2.0"
edition = "2021"
repository = "https://github.com/MeexReay/ezhttp"

View File

@ -6,7 +6,7 @@ This library is under developement, so if you found any bugs, please write them
## Setup
```toml
ezhttp = "0.1.6" # stable
ezhttp = "0.2.0" # stable
ezhttp = { git = "https://github.com/MeexReay/ezhttp" } # unstable
```