We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01cb063 commit 7fa324bCopy full SHA for 7fa324b
book/actix-plugin.md
@@ -16,7 +16,7 @@ actix-web = "4.0"
16
# channel (replace "actix4-nightly" feature with "actix4" in that case). There maybe compilation errors,
17
# but those can be fixed.
18
# Add the "v3" option if you want to expose an OpenAPI v3 document
19
-paperclip = { version = "0.6", features = ["actix4"] }
+paperclip = { version = "0.8", features = ["actix4"] }
20
serde = { version = "1.0", features = ["derive"] }
21
```
22
0 commit comments