diff options
Diffstat (limited to '.template/pre-script.rhai')
| -rw-r--r-- | .template/pre-script.rhai | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.template/pre-script.rhai b/.template/pre-script.rhai new file mode 100644 index 0000000..f059903 --- /dev/null +++ b/.template/pre-script.rhai @@ -0,0 +1,4 @@ +variable::set("PYO3_VERSION", "0.20.3"); +file::rename(".template/Cargo.toml", "Cargo.toml"); +file::rename(".template/pyproject.toml", "pyproject.toml"); +file::delete(".template"); |
