chore: fix version for hello world
This commit is contained in:
parent
b69c1f66d7
commit
9daf86e984
|
@ -3,11 +3,11 @@
|
||||||
|
|
||||||
[[requirements]]
|
[[requirements]]
|
||||||
name = "aiken-lang/stdlib"
|
name = "aiken-lang/stdlib"
|
||||||
version = "7ca9e659688ea88e1cfdc439b6c20c4c7fae9985"
|
version = "43d8e740ffdf5febc59e51b7f0d5f8506115340c"
|
||||||
source = "github"
|
source = "github"
|
||||||
|
|
||||||
[[packages]]
|
[[packages]]
|
||||||
name = "aiken-lang/stdlib"
|
name = "aiken-lang/stdlib"
|
||||||
version = "7ca9e659688ea88e1cfdc439b6c20c4c7fae9985"
|
version = "43d8e740ffdf5febc59e51b7f0d5f8506115340c"
|
||||||
requirements = []
|
requirements = []
|
||||||
source = "github"
|
source = "github"
|
||||||
|
|
|
@ -3,5 +3,5 @@ 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 = "7ca9e659688ea88e1cfdc439b6c20c4c7fae9985", source = "github" },
|
{ name = "aiken-lang/stdlib", version = "43d8e740ffdf5febc59e51b7f0d5f8506115340c", source = "github" },
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue