diff options
Diffstat (limited to '.run')
| -rw-r--r-- | .run/src/bin/doc.ps1 | 2 | ||||
| -rw-r--r-- | .run/src/bin/doc.sh | 2 | ||||
| -rw-r--r-- | .run/version-files.toml | 8 |
3 files changed, 10 insertions, 2 deletions
diff --git a/.run/src/bin/doc.ps1 b/.run/src/bin/doc.ps1 index 987f0de..fd7afaa 100644 --- a/.run/src/bin/doc.ps1 +++ b/.run/src/bin/doc.ps1 @@ -1 +1 @@ -cargo doc --workspace --no-deps --features builds,structural_renderer,repl,comp,parser,clap,extra_macros --open +cargo doc --workspace --no-deps --features core,macros,builds,structural_renderer,repl,comp,parser,picker,clap,extra_macros --open diff --git a/.run/src/bin/doc.sh b/.run/src/bin/doc.sh index 5e8a311..2d59896 100644 --- a/.run/src/bin/doc.sh +++ b/.run/src/bin/doc.sh @@ -1,3 +1,3 @@ #!/bin/bash -cargo doc --workspace --no-deps --features builds,structural_renderer,repl,comp,parser,clap,extra_macros --open +cargo doc --workspace --no-deps --features core,macros,builds,structural_renderer,repl,comp,parser,picker,clap,extra_macros --open diff --git a/.run/version-files.toml b/.run/version-files.toml index ca104d2..f00ae4c 100644 --- a/.run/version-files.toml +++ b/.run/version-files.toml @@ -17,3 +17,11 @@ pattern = "version = \"{VER}\"" [[file]] file = "./docs/res/guide.txt" pattern = "mingling = \"{VER}\"" + +[[file]] +file = "./mingling_picker/README.md" +pattern = "version = \"{VER}\"" + +[[file]] +file = "./mingling_picker/README.md" +pattern = "mingling_picker = \"{VER}\"" |
