Skip to content

Commit

Permalink
Adding a version to postman2openapi dependency in postman2openapi-cli…
Browse files Browse the repository at this point in the history
…'s Cargo.toml.
  • Loading branch information
kevinswiber committed Sep 13, 2023
1 parent ce306ee commit 20d6535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postman2openapi-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit 20d6535

Please sign in to comment.