diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-27 22:53:32 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-27 22:53:32 +0800 |
| commit | 176fcf6fb761cb42ab25ebf447ee226955c54fef (patch) | |
| tree | 3239c3af97d95faa9be23d99a5fe7d881cebed1a /.run/version-files.toml | |
| parent | e88fd90b6daae40e9ef5d4b0d54a81ebd7142ebe (diff) | |
chore: move config files to .config directory0.3.0
Diffstat (limited to '.run/version-files.toml')
| -rw-r--r-- | .run/version-files.toml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/.run/version-files.toml b/.run/version-files.toml deleted file mode 100644 index b69a568..0000000 --- a/.run/version-files.toml +++ /dev/null @@ -1,23 +0,0 @@ -[[file]] -file = "./Cargo.toml" -pattern = "version = \"{VER}\"" - -[[file]] -file = "./README.md" -pattern = "version = \"{VER}\"" - -[[file]] -file = "./docs/_zh_CN/pages/1-getting-started.md" -pattern = "version = \"{VER}\"" - -[[file]] -file = "./docs/pages/1-getting-started.md" -pattern = "version = \"{VER}\"" - -[[file]] -file = "./docs/res/guide.txt" -pattern = "mingling = \"{VER}\"" - -[[file]] -file = "./mingling_core/src/lib.rs" -pattern = "mingling = \"{VER}\"" |
