diff --git a/Cargo.lock b/Cargo.lock index 81cc698f1c..a322836f6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3379,7 +3379,7 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "leo-abi" -version = "4.3.3" +version = "4.3.4" dependencies = [ "indexmap", "itertools 0.14.0", @@ -3392,14 +3392,14 @@ dependencies = [ [[package]] name = "leo-abi-types" -version = "4.3.3" +version = "4.3.4" dependencies = [ "serde", ] [[package]] name = "leo-aleo-abi-wasm" -version = "4.3.3" +version = "4.3.4" dependencies = [ "getrandom 0.4.3", "leo-abi", @@ -3410,7 +3410,7 @@ dependencies = [ [[package]] name = "leo-ast" -version = "4.3.3" +version = "4.3.4" dependencies = [ "anyhow", "getrandom 0.4.3", @@ -3427,7 +3427,7 @@ dependencies = [ [[package]] name = "leo-benchmarks" -version = "4.3.3" +version = "4.3.4" dependencies = [ "aleo-std", "codspeed-criterion-compat", @@ -3446,7 +3446,7 @@ dependencies = [ [[package]] name = "leo-compiler" -version = "4.3.3" +version = "4.3.4" dependencies = [ "aleo-std", "aleo-std-storage", @@ -3475,7 +3475,7 @@ dependencies = [ [[package]] name = "leo-disassembler" -version = "4.3.3" +version = "4.3.4" dependencies = [ "getrandom 0.4.3", "leo-ast", @@ -3488,7 +3488,7 @@ dependencies = [ [[package]] name = "leo-errors" -version = "4.3.3" +version = "4.3.4" dependencies = [ "anyhow", "ariadne", @@ -3504,7 +3504,7 @@ dependencies = [ [[package]] name = "leo-fmt" -version = "4.3.3" +version = "4.3.4" dependencies = [ "clap", "colored 3.1.1", @@ -3520,7 +3520,7 @@ dependencies = [ [[package]] name = "leo-lang" -version = "4.3.3" +version = "4.3.4" dependencies = [ "aleo-std", "aleo-std-storage", @@ -3585,7 +3585,7 @@ dependencies = [ [[package]] name = "leo-lsp" -version = "4.3.3" +version = "4.3.4" dependencies = [ "anyhow", "clap", @@ -3610,7 +3610,7 @@ dependencies = [ [[package]] name = "leo-package" -version = "4.3.3" +version = "4.3.4" dependencies = [ "gix", "glob", @@ -3628,7 +3628,7 @@ dependencies = [ [[package]] name = "leo-parser" -version = "4.3.3" +version = "4.3.4" dependencies = [ "indexmap", "itertools 0.14.0", @@ -3643,7 +3643,7 @@ dependencies = [ [[package]] name = "leo-parser-rowan" -version = "4.3.3" +version = "4.3.4" dependencies = [ "expect-test", "leo-errors", @@ -3654,7 +3654,7 @@ dependencies = [ [[package]] name = "leo-passes" -version = "4.3.3" +version = "4.3.4" dependencies = [ "anyhow", "base62", @@ -3679,7 +3679,7 @@ dependencies = [ [[package]] name = "leo-span" -version = "4.3.3" +version = "4.3.4" dependencies = [ "ariadne", "fxhash", @@ -3690,11 +3690,11 @@ dependencies = [ [[package]] name = "leo-std" -version = "4.3.3" +version = "4.3.4" [[package]] name = "leo-test-framework" -version = "4.3.3" +version = "4.3.4" dependencies = [ "rayon", "similar", @@ -6748,7 +6748,7 @@ checksum = "009994f150cc0cd50ff54917d5bc8bffe8cad10ca10d81c34da2ec421ae61782" [[package]] name = "tree-sitter-leo" -version = "4.3.3" +version = "4.3.4" dependencies = [ "cc", "leo-parser-rowan", diff --git a/Cargo.toml b/Cargo.toml index 4d732f4287..98e61caf7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,20 +4,20 @@ resolver = "3" [workspace.dependencies] # leo dependencies -leo-abi = { path = "./crates/abi", version = "=4.3.3" } -leo-abi-types = { path = "./crates/abi-types", version = "=4.3.3" } -leo-ast = { path = "./crates/ast", version = "=4.3.3" } -leo-compiler = { path = "./crates/compiler", version = "=4.3.3" } -leo-disassembler = { path = "./crates/disassembler", version = "=4.3.3" } -leo-errors = { path = "./crates/errors", version = "=4.3.3" } -leo-fmt = { path = "./crates/fmt", version = "=4.3.3" } -leo-lsp = { path = "./crates/lsp", version = "=4.3.3" } -leo-package = { path = "./crates/package", version = "=4.3.3" } -leo-parser = { path = "./crates/parser", version = "=4.3.3" } -leo-parser-rowan = { path = "./crates/parser-rowan", version = "=4.3.3" } -leo-passes = { path = "./crates/passes", version = "=4.3.3" } -leo-span = { path = "./crates/span", version = "=4.3.3" } -leo-std = { path = "./crates/leo-std", version = "=4.3.3" } +leo-abi = { path = "./crates/abi", version = "=4.3.4" } +leo-abi-types = { path = "./crates/abi-types", version = "=4.3.4" } +leo-ast = { path = "./crates/ast", version = "=4.3.4" } +leo-compiler = { path = "./crates/compiler", version = "=4.3.4" } +leo-disassembler = { path = "./crates/disassembler", version = "=4.3.4" } +leo-errors = { path = "./crates/errors", version = "=4.3.4" } +leo-fmt = { path = "./crates/fmt", version = "=4.3.4" } +leo-lsp = { path = "./crates/lsp", version = "=4.3.4" } +leo-package = { path = "./crates/package", version = "=4.3.4" } +leo-parser = { path = "./crates/parser", version = "=4.3.4" } +leo-parser-rowan = { path = "./crates/parser-rowan", version = "=4.3.4" } +leo-passes = { path = "./crates/passes", version = "=4.3.4" } +leo-span = { path = "./crates/span", version = "=4.3.4" } +leo-std = { path = "./crates/leo-std", version = "=4.3.4" } leo-test-framework = { path = "./crates/test-framework" } # third party dependencies aleo-std = { version = "1.0.3"} diff --git a/crates/abi-types/Cargo.toml b/crates/abi-types/Cargo.toml index 0a43d321a6..f4f46a9b78 100644 --- a/crates/abi-types/Cargo.toml +++ b/crates/abi-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leo-abi-types" -version = "4.3.3" +version = "4.3.4" authors = [ "The Leo Team " ] description = "ABI type definitions for Leo programs" homepage = "https://leo-lang.org" diff --git a/crates/abi/Cargo.toml b/crates/abi/Cargo.toml index 2a3d5b92c6..905819c964 100644 --- a/crates/abi/Cargo.toml +++ b/crates/abi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leo-abi" -version = "4.3.3" +version = "4.3.4" authors = [ "The Leo Team " ] description = "ABI generation for Leo programs" homepage = "https://leo-lang.org" diff --git a/crates/ast/Cargo.toml b/crates/ast/Cargo.toml index 2d1b8d3308..de84ceaa8a 100644 --- a/crates/ast/Cargo.toml +++ b/crates/ast/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leo-ast" -version = "4.3.3" +version = "4.3.4" authors = [ "The Leo Team " ] description = "Abstract syntax tree (AST) for the Leo programming language" homepage = "https://leo-lang.org" diff --git a/crates/compiler/Cargo.toml b/crates/compiler/Cargo.toml index 980730bc8a..a6a58cb4a5 100644 --- a/crates/compiler/Cargo.toml +++ b/crates/compiler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leo-compiler" -version = "4.3.3" +version = "4.3.4" authors = [ "The Leo Team " ] description = "Compiler for Leo programming language" homepage = "https://leo-lang.org" diff --git a/crates/compiler/benchmarks/Cargo.toml b/crates/compiler/benchmarks/Cargo.toml index f051b99521..3e5a11fe89 100644 --- a/crates/compiler/benchmarks/Cargo.toml +++ b/crates/compiler/benchmarks/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leo-benchmarks" -version = "4.3.3" +version = "4.3.4" edition = "2024" publish = false diff --git a/crates/disassembler/Cargo.toml b/crates/disassembler/Cargo.toml index a46fb92a10..8fd3cfeea1 100644 --- a/crates/disassembler/Cargo.toml +++ b/crates/disassembler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leo-disassembler" -version = "4.3.3" +version = "4.3.4" authors = [ "The Leo Team " ] description = "A disassembler for the Leo programming language" homepage = "https://leo-lang.org" diff --git a/crates/errors/Cargo.toml b/crates/errors/Cargo.toml index 2df5b65780..fdda20bbcd 100644 --- a/crates/errors/Cargo.toml +++ b/crates/errors/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leo-errors" -version = "4.3.3" +version = "4.3.4" authors = [ "The Leo Team " ] description = "Errors for the Leo programming language" homepage = "https://leo-lang.org" diff --git a/crates/fmt/Cargo.toml b/crates/fmt/Cargo.toml index e9e1bdcbe8..2c3e7953f2 100644 --- a/crates/fmt/Cargo.toml +++ b/crates/fmt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leo-fmt" -version = "4.3.3" +version = "4.3.4" authors = [ "The Leo Team " ] description = "Source code formatter for the Leo programming language" homepage = "https://leo-lang.org" diff --git a/crates/leo-aleo-abi-wasm/Cargo.toml b/crates/leo-aleo-abi-wasm/Cargo.toml index 4da50825ee..42795210d6 100644 --- a/crates/leo-aleo-abi-wasm/Cargo.toml +++ b/crates/leo-aleo-abi-wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leo-aleo-abi-wasm" -version = "4.3.3" +version = "4.3.4" authors = [ "The Leo Team " ] description = "WASM bindings for ABI generation from Aleo bytecode" homepage = "https://leo-lang.org" diff --git a/crates/leo-std/Cargo.toml b/crates/leo-std/Cargo.toml index 4aaa881dc3..66fc2c115a 100644 --- a/crates/leo-std/Cargo.toml +++ b/crates/leo-std/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leo-std" -version = "4.3.3" +version = "4.3.4" authors = [ "The Leo Team " ] description = "Embedded Leo standard library source" homepage = "https://leo-lang.org" diff --git a/crates/leo/Cargo.toml b/crates/leo/Cargo.toml index ac2fb95de2..38b68b3316 100644 --- a/crates/leo/Cargo.toml +++ b/crates/leo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leo-lang" -version = "4.3.3" +version = "4.3.4" authors = [ "The Leo Team " ] description = "The Leo programming language" homepage = "https://leo-lang.org" diff --git a/crates/lsp/Cargo.toml b/crates/lsp/Cargo.toml index d73d6271c1..6f479942a0 100644 --- a/crates/lsp/Cargo.toml +++ b/crates/lsp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leo-lsp" -version = "4.3.3" +version = "4.3.4" authors = [ "The Leo Team " ] description = "Language Server Protocol implementation for Leo" homepage = "https://leo-lang.org" diff --git a/crates/package/Cargo.toml b/crates/package/Cargo.toml index da212cc70d..03b2b00e90 100644 --- a/crates/package/Cargo.toml +++ b/crates/package/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leo-package" -version = "4.3.3" +version = "4.3.4" authors = [ "The Leo Team " ] description = "Package parser for the Leo programming language" homepage = "https://leo-lang.org" diff --git a/crates/parser-rowan/Cargo.toml b/crates/parser-rowan/Cargo.toml index 9503f59e80..680b1bd690 100644 --- a/crates/parser-rowan/Cargo.toml +++ b/crates/parser-rowan/Cargo.toml @@ -16,7 +16,7 @@ [package] name = "leo-parser-rowan" -version = "4.3.3" +version = "4.3.4" authors = ["The Leo Team "] description = "Rowan-based lossless parser for Leo" homepage = "https://leo-lang.org" diff --git a/crates/parser/Cargo.toml b/crates/parser/Cargo.toml index 4609a70b79..c39a0f27ae 100644 --- a/crates/parser/Cargo.toml +++ b/crates/parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leo-parser" -version = "4.3.3" +version = "4.3.4" authors = [ "The Leo Team " ] description = "Translating from the lossless syntax tree to the AST for the Leo language language" homepage = "https://leo-lang.org" diff --git a/crates/passes/Cargo.toml b/crates/passes/Cargo.toml index d54f5ef330..d274cc8d6b 100644 --- a/crates/passes/Cargo.toml +++ b/crates/passes/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leo-passes" -version = "4.3.3" +version = "4.3.4" authors = [ "The Leo Team " ] description = "Compiler passes for the Leo programming language" homepage = "https://leo-lang.org" diff --git a/crates/span/Cargo.toml b/crates/span/Cargo.toml index ea111b43b1..e492b4ce36 100644 --- a/crates/span/Cargo.toml +++ b/crates/span/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leo-span" -version = "4.3.3" +version = "4.3.4" authors = [ "The Leo Team " ] description = "Span handling for the Leo programming language" homepage = "https://leo-lang.org" diff --git a/crates/test-framework/Cargo.toml b/crates/test-framework/Cargo.toml index 8f2c4d802b..829980dd4d 100644 --- a/crates/test-framework/Cargo.toml +++ b/crates/test-framework/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leo-test-framework" -version = "4.3.3" +version = "4.3.4" authors = [ "The Leo Team " ] description = "The testing framework for the Leo programming language" homepage = "https://leo-lang.org" diff --git a/crates/tree-sitter-leo/Cargo.toml b/crates/tree-sitter-leo/Cargo.toml index 8f0d8d3eec..2299cd52e8 100644 --- a/crates/tree-sitter-leo/Cargo.toml +++ b/crates/tree-sitter-leo/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-leo" description = "Rust bindings and tests for the Leo tree-sitter grammar" -version = "4.3.3" +version = "4.3.4" authors = ["Provable"] license = "GPL-3.0-only" readme = "README.md" diff --git a/tests/expectations/cli/aleo_dep_imports_local_dep/contents/program.json b/tests/expectations/cli/aleo_dep_imports_local_dep/contents/program.json index 0c0daa4336..645de69d42 100644 --- a/tests/expectations/cli/aleo_dep_imports_local_dep/contents/program.json +++ b/tests/expectations/cli/aleo_dep_imports_local_dep/contents/program.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": [ { "name": "helper.aleo", diff --git a/tests/expectations/cli/aleo_dep_reversed_order/contents/program.json b/tests/expectations/cli/aleo_dep_reversed_order/contents/program.json index 99474bc336..ccd531a9a1 100644 --- a/tests/expectations/cli/aleo_dep_reversed_order/contents/program.json +++ b/tests/expectations/cli/aleo_dep_reversed_order/contents/program.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": [ { "name": "lib.aleo", diff --git a/tests/expectations/cli/local_aleo_dependency/contents/program.json b/tests/expectations/cli/local_aleo_dependency/contents/program.json index 41ecb0605d..a77870b123 100644 --- a/tests/expectations/cli/local_aleo_dependency/contents/program.json +++ b/tests/expectations/cli/local_aleo_dependency/contents/program.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": [ { "name": "simple.aleo", diff --git a/tests/expectations/cli/multiple_leo_deps/contents/child1/program.json b/tests/expectations/cli/multiple_leo_deps/contents/child1/program.json index ac9c262083..2970e1e127 100644 --- a/tests/expectations/cli/multiple_leo_deps/contents/child1/program.json +++ b/tests/expectations/cli/multiple_leo_deps/contents/child1/program.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": [ { "name": "grandchild.aleo", diff --git a/tests/expectations/cli/multiple_leo_deps/contents/child2/program.json b/tests/expectations/cli/multiple_leo_deps/contents/child2/program.json index da9dfe2774..de4302994a 100644 --- a/tests/expectations/cli/multiple_leo_deps/contents/child2/program.json +++ b/tests/expectations/cli/multiple_leo_deps/contents/child2/program.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": [ { "name": "grandchild.aleo", diff --git a/tests/expectations/cli/multiple_leo_deps/contents/parent/program.json b/tests/expectations/cli/multiple_leo_deps/contents/parent/program.json index 110a4d6b4d..65128b8d54 100644 --- a/tests/expectations/cli/multiple_leo_deps/contents/parent/program.json +++ b/tests/expectations/cli/multiple_leo_deps/contents/parent/program.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": [ { "name": "child1.aleo", diff --git a/tests/expectations/cli/test_add/contents/program.json b/tests/expectations/cli/test_add/contents/program.json index 79052a0288..21ef7953ea 100644 --- a/tests/expectations/cli/test_add/contents/program.json +++ b/tests/expectations/cli/test_add/contents/program.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": [ { "name": "credits.aleo", diff --git a/tests/expectations/cli/test_add_dependency/STDOUT b/tests/expectations/cli/test_add_dependency/STDOUT index 9bc18659ad..cb60e42ca2 100644 --- a/tests/expectations/cli/test_add_dependency/STDOUT +++ b/tests/expectations/cli/test_add_dependency/STDOUT @@ -25,7 +25,7 @@ multiple flags exit code: 2 "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": [ { "name": "credits.aleo", @@ -42,7 +42,7 @@ multiple flags exit code: 2 "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": [ { "name": "credits.aleo", @@ -60,7 +60,7 @@ multiple flags exit code: 2 "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": [ { "name": "credits.aleo", @@ -83,7 +83,7 @@ multiple flags exit code: 2 "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": [ { "name": "credits.aleo", @@ -107,7 +107,7 @@ missing network dep exit code: 213 "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": [ { "name": "credits.aleo", @@ -132,7 +132,7 @@ network dev dep exit code: 0 "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": [ { "name": "credits.aleo", @@ -162,7 +162,7 @@ network dev dep exit code: 0 "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": [ { "name": "credits.aleo", @@ -186,7 +186,7 @@ network dev dep exit code: 0 "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": [ { "name": "credits.aleo", diff --git a/tests/expectations/cli/test_add_dependency/contents/my_program/program.json b/tests/expectations/cli/test_add_dependency/contents/my_program/program.json index 2c8ab4ebe4..2fc2973e52 100644 --- a/tests/expectations/cli/test_add_dependency/contents/my_program/program.json +++ b/tests/expectations/cli/test_add_dependency/contents/my_program/program.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": [ { "name": "credits.aleo", diff --git a/tests/expectations/cli/test_add_library_to_program/contents/my_program/program.json b/tests/expectations/cli/test_add_library_to_program/contents/my_program/program.json index 5570f2ae22..961e6431be 100644 --- a/tests/expectations/cli/test_add_library_to_program/contents/my_program/program.json +++ b/tests/expectations/cli/test_add_library_to_program/contents/my_program/program.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": [ { "name": "actual_lib", diff --git a/tests/expectations/cli/test_add_workspace/STDOUT b/tests/expectations/cli/test_add_workspace/STDOUT index 106d7c6140..3720b909e9 100644 --- a/tests/expectations/cli/test_add_workspace/STDOUT +++ b/tests/expectations/cli/test_add_workspace/STDOUT @@ -5,7 +5,7 @@ "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": [ { "name": "token.aleo", @@ -23,7 +23,7 @@ "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": [ { "name": "token.aleo", diff --git a/tests/expectations/cli/test_add_workspace/contents/swap/program.json b/tests/expectations/cli/test_add_workspace/contents/swap/program.json index 3b12ec3783..23d7ac5515 100644 --- a/tests/expectations/cli/test_add_workspace/contents/swap/program.json +++ b/tests/expectations/cli/test_add_workspace/contents/swap/program.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": [ { "name": "token.aleo", diff --git a/tests/expectations/cli/test_deploy_rename_conflict/contents/child/program.json b/tests/expectations/cli/test_deploy_rename_conflict/contents/child/program.json index 182c93b097..c57f28fc9e 100644 --- a/tests/expectations/cli/test_deploy_rename_conflict/contents/child/program.json +++ b/tests/expectations/cli/test_deploy_rename_conflict/contents/child/program.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": [ { "name": "grandchild.aleo", diff --git a/tests/expectations/cli/test_deploy_rename_conflict/contents/grandchild/program.json b/tests/expectations/cli/test_deploy_rename_conflict/contents/grandchild/program.json index 7c268ec6df..0082a077a9 100644 --- a/tests/expectations/cli/test_deploy_rename_conflict/contents/grandchild/program.json +++ b/tests/expectations/cli/test_deploy_rename_conflict/contents/grandchild/program.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": null, "dev_dependencies": null } diff --git a/tests/expectations/cli/test_deploy_rename_conflict/contents/parent/program.json b/tests/expectations/cli/test_deploy_rename_conflict/contents/parent/program.json index 2c92e24333..503b56667d 100644 --- a/tests/expectations/cli/test_deploy_rename_conflict/contents/parent/program.json +++ b/tests/expectations/cli/test_deploy_rename_conflict/contents/parent/program.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": [ { "name": "child.aleo", diff --git a/tests/expectations/cli/test_deploy_rename_rejected/contents/solo/program.json b/tests/expectations/cli/test_deploy_rename_rejected/contents/solo/program.json index 6b9e85266c..76bab8264c 100644 --- a/tests/expectations/cli/test_deploy_rename_rejected/contents/solo/program.json +++ b/tests/expectations/cli/test_deploy_rename_rejected/contents/solo/program.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": null, "dev_dependencies": null } diff --git a/tests/expectations/cli/test_interface_abi_from_library/contents/my_program/program.json b/tests/expectations/cli/test_interface_abi_from_library/contents/my_program/program.json index 11311ca0bd..3e1a77c6a6 100644 --- a/tests/expectations/cli/test_interface_abi_from_library/contents/my_program/program.json +++ b/tests/expectations/cli/test_interface_abi_from_library/contents/my_program/program.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": [ { "name": "my_lib", diff --git a/tests/expectations/cli/test_library/contents/base_lib/program.json b/tests/expectations/cli/test_library/contents/base_lib/program.json index 1f1669f5b3..322d9ffa78 100644 --- a/tests/expectations/cli/test_library/contents/base_lib/program.json +++ b/tests/expectations/cli/test_library/contents/base_lib/program.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": null, "dev_dependencies": null } diff --git a/tests/expectations/cli/test_library/contents/program_using_lib/program.json b/tests/expectations/cli/test_library/contents/program_using_lib/program.json index fceb0f6650..0be35e6bca 100644 --- a/tests/expectations/cli/test_library/contents/program_using_lib/program.json +++ b/tests/expectations/cli/test_library/contents/program_using_lib/program.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": [ { "name": "base_lib", diff --git a/tests/expectations/cli/test_library/contents/top_lib/program.json b/tests/expectations/cli/test_library/contents/top_lib/program.json index ea69981ffb..36ddf1d10e 100644 --- a/tests/expectations/cli/test_library/contents/top_lib/program.json +++ b/tests/expectations/cli/test_library/contents/top_lib/program.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": [ { "name": "base_lib", diff --git a/tests/expectations/cli/test_library_build/contents/my_program/program.json b/tests/expectations/cli/test_library_build/contents/my_program/program.json index 11311ca0bd..3e1a77c6a6 100644 --- a/tests/expectations/cli/test_library_build/contents/my_program/program.json +++ b/tests/expectations/cli/test_library_build/contents/my_program/program.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": [ { "name": "my_lib", diff --git a/tests/expectations/cli/test_library_build_with_dep_lib/contents/top_lib/program.json b/tests/expectations/cli/test_library_build_with_dep_lib/contents/top_lib/program.json index ea69981ffb..36ddf1d10e 100644 --- a/tests/expectations/cli/test_library_build_with_dep_lib/contents/top_lib/program.json +++ b/tests/expectations/cli/test_library_build_with_dep_lib/contents/top_lib/program.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": [ { "name": "base_lib", diff --git a/tests/expectations/cli/test_library_circular/contents/lib_a/program.json b/tests/expectations/cli/test_library_circular/contents/lib_a/program.json index a64e27fac3..2175ad4863 100644 --- a/tests/expectations/cli/test_library_circular/contents/lib_a/program.json +++ b/tests/expectations/cli/test_library_circular/contents/lib_a/program.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": [ { "name": "lib_b", diff --git a/tests/expectations/cli/test_library_circular/contents/lib_b/program.json b/tests/expectations/cli/test_library_circular/contents/lib_b/program.json index ccc3a1302b..0b53875d39 100644 --- a/tests/expectations/cli/test_library_circular/contents/lib_b/program.json +++ b/tests/expectations/cli/test_library_circular/contents/lib_b/program.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": [ { "name": "lib_a", diff --git a/tests/expectations/cli/test_library_parse_error/contents/my_program/program.json b/tests/expectations/cli/test_library_parse_error/contents/my_program/program.json index e840a3add0..e85f522d77 100644 --- a/tests/expectations/cli/test_library_parse_error/contents/my_program/program.json +++ b/tests/expectations/cli/test_library_parse_error/contents/my_program/program.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": [ { "name": "bad_lib", diff --git a/tests/expectations/cli/test_library_submodule_access/contents/my_app/program.json b/tests/expectations/cli/test_library_submodule_access/contents/my_app/program.json index 9a1a5187e7..ac994e568a 100644 --- a/tests/expectations/cli/test_library_submodule_access/contents/my_app/program.json +++ b/tests/expectations/cli/test_library_submodule_access/contents/my_app/program.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "Program that uses structs, consts, and functions from shapes_lib submodules.", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": [ { "name": "shapes_lib", diff --git a/tests/expectations/cli/test_version/STDOUT b/tests/expectations/cli/test_version/STDOUT index 9b2c524e69..b20ba894e1 100644 --- a/tests/expectations/cli/test_version/STDOUT +++ b/tests/expectations/cli/test_version/STDOUT @@ -1 +1 @@ -leo 4.3.3 (HASH BRANCH) features=[FEATURES] +leo 4.3.4 (HASH BRANCH) features=[FEATURES] diff --git a/tests/tests/cli/aleo_dep_imports_local_dep/contents/program.json b/tests/tests/cli/aleo_dep_imports_local_dep/contents/program.json index 0c0daa4336..645de69d42 100644 --- a/tests/tests/cli/aleo_dep_imports_local_dep/contents/program.json +++ b/tests/tests/cli/aleo_dep_imports_local_dep/contents/program.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": [ { "name": "helper.aleo", diff --git a/tests/tests/cli/aleo_dep_reversed_order/contents/program.json b/tests/tests/cli/aleo_dep_reversed_order/contents/program.json index 99474bc336..ccd531a9a1 100644 --- a/tests/tests/cli/aleo_dep_reversed_order/contents/program.json +++ b/tests/tests/cli/aleo_dep_reversed_order/contents/program.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": [ { "name": "lib.aleo", diff --git a/tests/tests/cli/local_aleo_dependency/contents/program.json b/tests/tests/cli/local_aleo_dependency/contents/program.json index 41ecb0605d..a77870b123 100644 --- a/tests/tests/cli/local_aleo_dependency/contents/program.json +++ b/tests/tests/cli/local_aleo_dependency/contents/program.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": [ { "name": "simple.aleo", diff --git a/tests/tests/cli/multiple_leo_deps/contents/child1/program.json b/tests/tests/cli/multiple_leo_deps/contents/child1/program.json index ac9c262083..2970e1e127 100644 --- a/tests/tests/cli/multiple_leo_deps/contents/child1/program.json +++ b/tests/tests/cli/multiple_leo_deps/contents/child1/program.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": [ { "name": "grandchild.aleo", diff --git a/tests/tests/cli/multiple_leo_deps/contents/child2/program.json b/tests/tests/cli/multiple_leo_deps/contents/child2/program.json index da9dfe2774..de4302994a 100644 --- a/tests/tests/cli/multiple_leo_deps/contents/child2/program.json +++ b/tests/tests/cli/multiple_leo_deps/contents/child2/program.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": [ { "name": "grandchild.aleo", diff --git a/tests/tests/cli/multiple_leo_deps/contents/parent/program.json b/tests/tests/cli/multiple_leo_deps/contents/parent/program.json index 110a4d6b4d..65128b8d54 100644 --- a/tests/tests/cli/multiple_leo_deps/contents/parent/program.json +++ b/tests/tests/cli/multiple_leo_deps/contents/parent/program.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": [ { "name": "child1.aleo", diff --git a/tests/tests/cli/test_deploy_rename_conflict/contents/child/program.json b/tests/tests/cli/test_deploy_rename_conflict/contents/child/program.json index 182c93b097..c57f28fc9e 100644 --- a/tests/tests/cli/test_deploy_rename_conflict/contents/child/program.json +++ b/tests/tests/cli/test_deploy_rename_conflict/contents/child/program.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": [ { "name": "grandchild.aleo", diff --git a/tests/tests/cli/test_deploy_rename_conflict/contents/grandchild/program.json b/tests/tests/cli/test_deploy_rename_conflict/contents/grandchild/program.json index 7c268ec6df..0082a077a9 100644 --- a/tests/tests/cli/test_deploy_rename_conflict/contents/grandchild/program.json +++ b/tests/tests/cli/test_deploy_rename_conflict/contents/grandchild/program.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": null, "dev_dependencies": null } diff --git a/tests/tests/cli/test_deploy_rename_conflict/contents/parent/program.json b/tests/tests/cli/test_deploy_rename_conflict/contents/parent/program.json index 2c92e24333..503b56667d 100644 --- a/tests/tests/cli/test_deploy_rename_conflict/contents/parent/program.json +++ b/tests/tests/cli/test_deploy_rename_conflict/contents/parent/program.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": [ { "name": "child.aleo", diff --git a/tests/tests/cli/test_deploy_rename_rejected/contents/solo/program.json b/tests/tests/cli/test_deploy_rename_rejected/contents/solo/program.json index 6b9e85266c..76bab8264c 100644 --- a/tests/tests/cli/test_deploy_rename_rejected/contents/solo/program.json +++ b/tests/tests/cli/test_deploy_rename_rejected/contents/solo/program.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": null, "dev_dependencies": null } diff --git a/tests/tests/cli/test_library/contents/base_lib/program.json b/tests/tests/cli/test_library/contents/base_lib/program.json index 1f1669f5b3..322d9ffa78 100644 --- a/tests/tests/cli/test_library/contents/base_lib/program.json +++ b/tests/tests/cli/test_library/contents/base_lib/program.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": null, "dev_dependencies": null } diff --git a/tests/tests/cli/test_library/contents/program_using_lib/program.json b/tests/tests/cli/test_library/contents/program_using_lib/program.json index fceb0f6650..0be35e6bca 100644 --- a/tests/tests/cli/test_library/contents/program_using_lib/program.json +++ b/tests/tests/cli/test_library/contents/program_using_lib/program.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": [ { "name": "base_lib", diff --git a/tests/tests/cli/test_library/contents/top_lib/program.json b/tests/tests/cli/test_library/contents/top_lib/program.json index db20462c51..54650407df 100644 --- a/tests/tests/cli/test_library/contents/top_lib/program.json +++ b/tests/tests/cli/test_library/contents/top_lib/program.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "", "license": "MIT", - "leo": "4.3.3", + "leo": "4.3.4", "dependencies": null, "dev_dependencies": null } diff --git a/tree-sitter/package.json b/tree-sitter/package.json index b6e1cb5c22..c24e211080 100644 --- a/tree-sitter/package.json +++ b/tree-sitter/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-leo", - "version": "4.3.3", + "version": "4.3.4", "description": "Leo grammar for tree-sitter", "repository": "https://github.com/ProvableHQ/leo/tree/master/tree-sitter", "license": "GPL-3.0-only", diff --git a/tree-sitter/tree-sitter.json b/tree-sitter/tree-sitter.json index 7b9c867d57..5f510060d6 100644 --- a/tree-sitter/tree-sitter.json +++ b/tree-sitter/tree-sitter.json @@ -18,7 +18,7 @@ } ], "metadata": { - "version": "4.3.3", + "version": "4.3.4", "license": "GPL-3.0-only", "description": "Leo grammar for tree-sitter", "authors": [