From 7a5acd8dd73400071f24f1d1778290b9159b0c90 Mon Sep 17 00:00:00 2001 From: tomer zeitune Date: Sun, 9 Oct 2022 13:40:11 +0300 Subject: [PATCH] Add README.md to `async-graphql-axum` crate We need some way to document how to use this crate for users who are yet to upgrade to axum `0.6.*`. The idea here is that when we publish the crate again we will increase it's version making `4.0.15` the last version supporting axum `0.5.*`. --- integrations/axum/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 integrations/axum/README.md diff --git a/integrations/axum/README.md b/integrations/axum/README.md new file mode 100644 index 000000000..25e998f26 --- /dev/null +++ b/integrations/axum/README.md @@ -0,0 +1,3 @@ +Supports axum version `0.6.*`. + +For axum `0.5.*` use version `4.0.15` of this crate.