From 7b5fa10df228edef7c6a6d78042547046bc722d9 Mon Sep 17 00:00:00 2001 From: Kurt Wolf Date: Fri, 27 Sep 2024 07:59:15 -0700 Subject: [PATCH] Update README.md fix versions in readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7e37a68..aa1e46c 100644 --- a/README.md +++ b/README.md @@ -110,10 +110,10 @@ To compile the axum example, use the following dependencies: ```toml [dependencies] -axum = "0.6" -oasgen = { version = "0.19.0", features = ["axum"] } -serde = { version = "1.0.196", features = ["derive"] } -tokio = { version = "1.36.0", features = ["full"] } +axum = ".." +oasgen = { version = "..", features = ["axum"] } +serde = { version = "..", features = ["derive"] } +tokio = { version = "..", features = ["full"] } ``` # Installation