From 8eb789ec66b569d58d6e22db30719e6ba797558b Mon Sep 17 00:00:00 2001 From: Christopher Greenwood Date: Mon, 20 Feb 2023 12:25:15 -0800 Subject: [PATCH] fix http-axum example crate name just for consistency and clarity --- examples/http-axum/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/http-axum/Cargo.toml b/examples/http-axum/Cargo.toml index ebc44cbd..50db3ebf 100644 --- a/examples/http-axum/Cargo.toml +++ b/examples/http-axum/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "http-basic-lambda" +name = "http-axum" version = "0.1.0" edition = "2021"