From e71ab44bd5737c3568e6c8008916b4383dbe5f58 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Tue, 19 Oct 2021 22:37:57 +0200 Subject: [PATCH] Update main to version 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6709a533..dc0f63a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "axum" -version = "0.2.6" +version = "0.3.0" authors = ["David Pedersen "] categories = ["asynchronous", "network-programming", "web-programming"] description = "Web framework that focuses on ergonomics and modularity"