Skip to content

Commit 53afea6

Browse files
committed
release 0.3.0
1 parent 42b8396 commit 53afea6

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,6 +1,6 @@
11
[package]
22
name = "astra"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2021"
55
license = "MIT"
66
authors = ["Ibraheem Ahmed <[email protected]>"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Crate](https://img.shields.io/crates/v/astra?style=for-the-badge)](https://crates.io/crates/astra)
44
[![Github](https://img.shields.io/badge/github-astra-success?style=for-the-badge)](https://github.com/ibraheemdev/astra)
5-
[![Docs](https://img.shields.io/badge/docs.rs-0.2.0-4d76ae?style=for-the-badge)](https://docs.rs/astra)
5+
[![Docs](https://img.shields.io/badge/docs.rs-0.3.0-4d76ae?style=for-the-badge)](https://docs.rs/astra)
66

77
A blocking HTTP server built on top of [`hyper`](https://github.com/hyperium/hyper).
88

0 commit comments

Comments
 (0)