Use pinned version of the stdlib.

This commit is contained in:
KtorZ 2023-01-06 13:31:18 +01:00
parent 7c2b1ac269
commit eb2f4a8056
No known key found for this signature in database
GPG Key ID: 33173CB6F77F4277
2 changed files with 4 additions and 4 deletions

View File

@ -3,11 +3,11 @@
[[requirements]]
name = "aiken-lang/stdlib"
version = "main"
version = "7ca9e659688ea88e1cfdc439b6c20c4c7fae9985"
source = "github"
[[packages]]
name = "aiken-lang/stdlib"
version = "main"
version = "7ca9e659688ea88e1cfdc439b6c20c4c7fae9985"
requirements = []
source = "github"

View File

@ -1,7 +1,7 @@
name = "aiken-lang/hello_world"
version = "0.0.0"
version = "1.0.0"
licences = ["Apache-2.0"]
description = "Aiken contracts for project 'aiken-lang/hello_world'"
dependencies = [
{ name = "aiken-lang/stdlib", version = "main", source = "github" },
{ name = "aiken-lang/stdlib", version = "7ca9e659688ea88e1cfdc439b6c20c4c7fae9985", source = "github" },
]