pond-cache 1.1.0

A simple, local, persistent cache for Rust
Documentation
1
2
3
4
$version = $args[0].replace("v", "")
$file = $args[1]

((Get-Content -path $file -Raw) -replace '0.0.0',$version) | Set-Content -Path $file