Skip to content

Commit

Permalink
Cargo: Remove paperclip from patrick and use official
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Dec 1, 2023
1 parent 07a287c commit 16e4f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ lazy_static = "1.4.0"
log = "0.4"
env_logger = "0.8"
mavlink = { version = "0.10.4", features = [ "ardupilotmega", "emit-extensions"] }
paperclip = { git = "https://github.com/patrickelectric/paperclip", branch = "patrick-swagger", features = ["actix", "swagger-ui"] }
paperclip = { version = "0.8", features = ["actix3", "v3", "paperclip-actix", "swagger-ui"] }
regex = "1"
serde = "1.0.115"
serde_derive = "1.0.115"
Expand Down

0 comments on commit 16e4f70

Please sign in to comment.