From 6fff3aa6a3621bc0321264826fb88e93975bb689 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Fri, 22 Mar 2024 10:42:48 -0300 Subject: [PATCH] Bump version to 0.1.10 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f992759..5c597e10 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -571,7 +571,7 @@ dependencies = [ [[package]] name = "fh" -version = "0.1.9" +version = "0.1.10" dependencies = [ "async-trait", "axum", diff --git a/Cargo.toml b/Cargo.toml index 74e104e0..7cc9f2c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fh" -version = "0.1.9" +version = "0.1.10" authors = ["Determinate Systems "] edition = "2021" license = "Apache 2.0"