blob: f059903cc188cd096f84776ecf3ac3d7458ff810 (
plain) (
blame)
1
2
3
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");
|