docs(rust): update doc

This commit is contained in:
LNK LEO 2022-10-05 18:22:07 +08:00 committed by Jan De Dobbeleer
parent 63e20bf53c
commit 38e94e6a59

View file

@ -42,12 +42,13 @@ Display the currently active rust version.
### Properties
| Name | Type | Description |
| -------- | -------- | -------------------------------------------------- |
| `.Full` | `string` | the full version |
| `.Major` | `string` | major number |
| `.Minor` | `string` | minor number |
| `.Patch` | `string` | patch number |
| `.Error` | `string` | error encountered when fetching the version string |
| Name | Type | Description |
| ------------- | -------- | -------------------------------------------------- |
| `.Full` | `string` | the full version |
| `.Major` | `string` | major number |
| `.Minor` | `string` | minor number |
| `.Patch` | `string` | patch number |
| `.Prerelease` | `string` | channel name |
| `.Error` | `string` | error encountered when fetching the version string |
[templates]: /docs/configuration/templates