5 lines
170 B
Plaintext
5 lines
170 B
Plaintext
variable::set("PYO3_VERSION", "0.20.0");
|
|
file::rename(".template/Cargo.toml", "Cargo.toml");
|
|
file::rename(".template/setup.cfg", "setup.cfg");
|
|
file::delete(".template");
|