Compare commits

..

No commits in common. "4217dbcf8016cc3118030fea9f035d65bea1be84" and "aa122b2bb904e6cd757c1b5e0b75113510c1efaa" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,6 @@
namespace Pantograph namespace Pantograph
@[export pantograph_version] @[export pantograph_version]
def version := "0.2.22" def version := "0.2.19"
end Pantograph end Pantograph

View File

@ -22,8 +22,6 @@
flake = { flake = {
}; };
systems = [ systems = [
"aarch64-linux"
"aarch64-darwin"
"x86_64-linux" "x86_64-linux"
"x86_64-darwin" "x86_64-darwin"
]; ];