diff options
author | Mara Bos <[email protected]> | 2021-01-01 16:22:23 +0000 |
---|---|---|
committer | Mara Bos <[email protected]> | 2021-01-01 16:22:23 +0000 |
commit | 4833972067c00170269c7ee7a04f1a8ce1e1d15b (patch) | |
tree | 43edab8c11968d257a076877ee80c3449302a160 /docs | |
parent | 56a7bf7ede12f6bec194265ea4a95911c9e469bd (diff) |
Add support for Rust 2021.
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". |