5 lines
180 B
Plaintext
5 lines
180 B
Plaintext
variable::set("PYO3_VERSION", "0.19.2");
|
|
file::rename(".template/Cargo.toml", "Cargo.toml");
|
|
file::rename(".template/pyproject.toml", "pyproject.toml");
|
|
file::delete(".template");
|