Skip to content

Commit 49d588e

Browse files
committed
update version
1 parent bf8492e commit 49d588e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "racoon"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2021"
55
authors = ["Tej Magar"]
66
description = "Racoon is a fast, fully customizable web framework for Rust focusing on simplicity."

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You will need `tokio` runtime to run Racoon. Run `cargo add tokio` to install to
2222

2323
```toml
2424
[dependencies]
25-
racoon = "0.1.2"
25+
racoon = "0.1.3"
2626
```
2727

2828
## Basic Usage

0 commit comments

Comments
 (0)