From 20d6535aeae8904733df85e74460199584851acf Mon Sep 17 00:00:00 2001 From: Kevin Swiber Date: Wed, 13 Sep 2023 16:58:16 -0700 Subject: [PATCH] Adding a version to postman2openapi dependency in postman2openapi-cli's Cargo.toml. --- postman2openapi-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postman2openapi-cli/Cargo.toml b/postman2openapi-cli/Cargo.toml index c4b08d2..b178293 100644 --- a/postman2openapi-cli/Cargo.toml +++ b/postman2openapi-cli/Cargo.toml @@ -18,4 +18,4 @@ path = "src/main.rs" atty = "0.2" clap = { version = "3.2", features = ["cargo"] } lazy_static = "1.4.0" -postman2openapi = { path = "../" } +postman2openapi = { path = "../", version = "1.1.0" }