Use pinned version of the stdlib.
This commit is contained in:
parent
7c2b1ac269
commit
eb2f4a8056
|
@ -3,11 +3,11 @@
|
||||||
|
|
||||||
[[requirements]]
|
[[requirements]]
|
||||||
name = "aiken-lang/stdlib"
|
name = "aiken-lang/stdlib"
|
||||||
version = "main"
|
version = "7ca9e659688ea88e1cfdc439b6c20c4c7fae9985"
|
||||||
source = "github"
|
source = "github"
|
||||||
|
|
||||||
[[packages]]
|
[[packages]]
|
||||||
name = "aiken-lang/stdlib"
|
name = "aiken-lang/stdlib"
|
||||||
version = "main"
|
version = "7ca9e659688ea88e1cfdc439b6c20c4c7fae9985"
|
||||||
requirements = []
|
requirements = []
|
||||||
source = "github"
|
source = "github"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
name = "aiken-lang/hello_world"
|
name = "aiken-lang/hello_world"
|
||||||
version = "0.0.0"
|
version = "1.0.0"
|
||||||
licences = ["Apache-2.0"]
|
licences = ["Apache-2.0"]
|
||||||
description = "Aiken contracts for project 'aiken-lang/hello_world'"
|
description = "Aiken contracts for project 'aiken-lang/hello_world'"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "aiken-lang/stdlib", version = "main", source = "github" },
|
{ name = "aiken-lang/stdlib", version = "7ca9e659688ea88e1cfdc439b6c20c4c7fae9985", source = "github" },
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue