From 7710f2cf7fe6993cfcca4ba60e2e6cdd29724766 Mon Sep 17 00:00:00 2001
From: David Pedersen <david.pdrsn@gmail.com>
Date: Mon, 8 Nov 2021 19:28:28 +0100
Subject: [PATCH] Specify version of axum that axum-handle-error-extract
 depends on

Seems to be required by `cargo publish`
---
 axum-handle-error-extract/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/axum-handle-error-extract/Cargo.toml b/axum-handle-error-extract/Cargo.toml
index 5df894c4..9f093664 100644
--- a/axum-handle-error-extract/Cargo.toml
+++ b/axum-handle-error-extract/Cargo.toml
@@ -12,7 +12,7 @@ readme = "README.md"
 repository = "https://github.com/tokio-rs/axum"
 
 [dependencies]
-axum = { path = "../axum" }
+axum = { version = "0.3.2", path = "../axum" }
 tower-service = "0.3"
 tower-layer = "0.3"
 tower = { version = "0.4", features = ["util"] }