From 892d8d0f251bb6b2369a281120ff8a7a2ed2988f Mon Sep 17 00:00:00 2001 From: Amit Upadhyay Date: Mon, 27 Jan 2025 18:00:29 +0530 Subject: [PATCH] version bump: 0.4.81 --- Cargo.lock | 2 +- fastn/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dc4bd8023..245eae31d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1324,7 +1324,7 @@ dependencies = [ [[package]] name = "fastn" -version = "0.4.80" +version = "0.4.81" dependencies = [ "actix-web", "camino", diff --git a/fastn/Cargo.toml b/fastn/Cargo.toml index 358f5c495..33e9012c4 100644 --- a/fastn/Cargo.toml +++ b/fastn/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastn" -version = "0.4.80" +version = "0.4.81" authors.workspace = true edition.workspace = true license.workspace = true