chore: fix version for hello world
This commit is contained in:
parent
b69c1f66d7
commit
9daf86e984
|
@ -3,11 +3,11 @@
|
|||
|
||||
[[requirements]]
|
||||
name = "aiken-lang/stdlib"
|
||||
version = "7ca9e659688ea88e1cfdc439b6c20c4c7fae9985"
|
||||
version = "43d8e740ffdf5febc59e51b7f0d5f8506115340c"
|
||||
source = "github"
|
||||
|
||||
[[packages]]
|
||||
name = "aiken-lang/stdlib"
|
||||
version = "7ca9e659688ea88e1cfdc439b6c20c4c7fae9985"
|
||||
version = "43d8e740ffdf5febc59e51b7f0d5f8506115340c"
|
||||
requirements = []
|
||||
source = "github"
|
||||
|
|
|
@ -3,5 +3,5 @@ version = "1.0.0"
|
|||
licences = ["Apache-2.0"]
|
||||
description = "Aiken contracts for project 'aiken-lang/hello_world'"
|
||||
dependencies = [
|
||||
{ name = "aiken-lang/stdlib", version = "7ca9e659688ea88e1cfdc439b6c20c4c7fae9985", source = "github" },
|
||||
{ name = "aiken-lang/stdlib", version = "43d8e740ffdf5febc59e51b7f0d5f8506115340c", source = "github" },
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue