Skip to content

Commit

Permalink
updated version (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanEmreis authored Feb 14, 2025
1 parent ad74d05 commit c80e95f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Volga
Fast, Easy, and very flexible Web Framework for Rust based on [Tokio](https://tokio.rs/) runtime and [hyper](https://hyper.rs/) for fun and painless microservices crafting.

[![latest](https://img.shields.io/badge/latest-0.5.1-blue)](https://crates.io/crates/volga)
[![latest](https://img.shields.io/badge/latest-0.5.2-blue)](https://crates.io/crates/volga)
[![latest](https://img.shields.io/badge/rustc-1.80+-964B00)](https://crates.io/crates/volga)
[![License: MIT](https://img.shields.io/badge/License-MIT-violet.svg)](https://github.com/RomanEmreis/volga/blob/main/LICENSE)
[![Build](https://github.com/RomanEmreis/volga/actions/workflows/rust.yml/badge.svg)](https://github.com/RomanEmreis/volga/actions/workflows/rust.yml)
Expand All @@ -20,7 +20,7 @@ Fast, Easy, and very flexible Web Framework for Rust based on [Tokio](https://to
### Dependencies
```toml
[dependencies]
volga = "0.5.1"
volga = "0.5.2"
tokio = { version = "1", features = ["full"] }
```
### Simple request handler
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
//! ## Example
//! ```toml
//! [dependencies]
//! volga = "0.5.1"
//! volga = "0.5.2"
//! tokio = { version = "1", features = ["full"] }
//! ```
//! ```no_run
Expand Down

0 comments on commit c80e95f

Please sign in to comment.