Remove clause guards.

Closes #886.
This commit is contained in:
KtorZ
2024-08-01 16:14:56 +02:00
committed by Kasey
parent b28d4a6e9f
commit bf5a406ffb
65 changed files with 170 additions and 1492 deletions

View File

@@ -3,13 +3,14 @@
[[requirements]]
name = "aiken-lang/stdlib"
version = "1.7.0"
version = "main"
source = "github"
[[packages]]
name = "aiken-lang/stdlib"
version = "1.7.0"
version = "main"
requirements = []
source = "github"
[etags]
"aiken-lang/stdlib@main" = [{ secs_since_epoch = 1722524446, nanos_since_epoch = 746430000 }, "ba17f973dcfbcb106f8fef361283ad424830a5cf5986a386e4e61dd98a99e5c8"]

View File

@@ -10,5 +10,5 @@ platform = "github"
[[dependencies]]
name = "aiken-lang/stdlib"
version = "1.7.0"
version = "main"
source = "github"

View File

@@ -6,7 +6,7 @@
"plutusVersion": "v2",
"compiler": {
"name": "Aiken",
"version": "v1.0.29-alpha+dfce9c1"
"version": "v1.0.31-alpha+896cec4"
},
"license": "Apache-2.0"
},