Use pinned version of the stdlib.
This commit is contained in:
parent
7c2b1ac269
commit
eb2f4a8056
|
@ -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"
|
||||
|
|
|
@ -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" },
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue