diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user/manual.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index d4121b401..75445a02e 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc | |||
@@ -339,7 +339,7 @@ interface Crate { | |||
339 | /// Path to the root module of the crate. | 339 | /// Path to the root module of the crate. |
340 | root_module: string; | 340 | root_module: string; |
341 | /// Edition of the crate. | 341 | /// Edition of the crate. |
342 | edition: "2015" | "2018"; | 342 | edition: "2015" | "2018" | "2021"; |
343 | /// Dependencies | 343 | /// Dependencies |
344 | deps: Dep[]; | 344 | deps: Dep[]; |
345 | /// Should this crate be treated as a member of current "workspace". | 345 | /// Should this crate be treated as a member of current "workspace". |