Skip to content

Commit 7fa324b

Browse files
authored
docs(actix-plugin): bump paperclip version in example (#494)
1 parent 01cb063 commit 7fa324b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/actix-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ actix-web = "4.0"
1616
# channel (replace "actix4-nightly" feature with "actix4" in that case). There maybe compilation errors,
1717
# but those can be fixed.
1818
# Add the "v3" option if you want to expose an OpenAPI v3 document
19-
paperclip = { version = "0.6", features = ["actix4"] }
19+
paperclip = { version = "0.8", features = ["actix4"] }
2020
serde = { version = "1.0", features = ["derive"] }
2121
```
2222

0 commit comments

Comments
 (0)