aboutsummaryrefslogtreecommitdiff
path: root/docs/user/manual.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/user/manual.adoc')
-rw-r--r--docs/user/manual.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc
index 8ed7b041f..266baffa1 100644
--- a/docs/user/manual.adoc
+++ b/docs/user/manual.adoc
@@ -342,7 +342,7 @@ interface Crate {
342 /// Path to the root module of the crate. 342 /// Path to the root module of the crate.
343 root_module: string; 343 root_module: string;
344 /// Edition of the crate. 344 /// Edition of the crate.
345 edition: "2015" | "2018"; 345 edition: "2015" | "2018" | "2021";
346 /// Dependencies 346 /// Dependencies
347 deps: Dep[]; 347 deps: Dep[];
348 /// Should this crate be treated as a member of current "workspace". 348 /// Should this crate be treated as a member of current "workspace".