From 9daf86e984a538b9562d57b412216c707900195d Mon Sep 17 00:00:00 2001 From: rvcas Date: Sat, 14 Jan 2023 22:22:36 -0500 Subject: [PATCH] chore: fix version for hello world --- examples/hello_world/aiken.lock | 4 ++-- examples/hello_world/aiken.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/hello_world/aiken.lock b/examples/hello_world/aiken.lock index 3c23f426..36ae1dc8 100644 --- a/examples/hello_world/aiken.lock +++ b/examples/hello_world/aiken.lock @@ -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" diff --git a/examples/hello_world/aiken.toml b/examples/hello_world/aiken.toml index edb9f589..f8495550 100644 --- a/examples/hello_world/aiken.toml +++ b/examples/hello_world/aiken.toml @@ -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" }, ]