Skip to content

Commit 42887af

Browse files
Bump to v4.3.3 (#29581)
1 parent 9f4a190 commit 42887af

63 files changed

Lines changed: 102 additions & 102 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ resolver = "3"
44

55
[workspace.dependencies]
66
# leo dependencies
7-
leo-abi = { path = "./crates/abi", version = "=4.3.2" }
8-
leo-abi-types = { path = "./crates/abi-types", version = "=4.3.2" }
9-
leo-ast = { path = "./crates/ast", version = "=4.3.2" }
10-
leo-compiler = { path = "./crates/compiler", version = "=4.3.2" }
11-
leo-disassembler = { path = "./crates/disassembler", version = "=4.3.2" }
12-
leo-errors = { path = "./crates/errors", version = "=4.3.2" }
13-
leo-fmt = { path = "./crates/fmt", version = "=4.3.2" }
14-
leo-lsp = { path = "./crates/lsp", version = "=4.3.2" }
15-
leo-package = { path = "./crates/package", version = "=4.3.2" }
16-
leo-parser = { path = "./crates/parser", version = "=4.3.2" }
17-
leo-parser-rowan = { path = "./crates/parser-rowan", version = "=4.3.2" }
18-
leo-passes = { path = "./crates/passes", version = "=4.3.2" }
19-
leo-span = { path = "./crates/span", version = "=4.3.2" }
20-
leo-std = { path = "./crates/leo-std", version = "=4.3.2" }
7+
leo-abi = { path = "./crates/abi", version = "=4.3.3" }
8+
leo-abi-types = { path = "./crates/abi-types", version = "=4.3.3" }
9+
leo-ast = { path = "./crates/ast", version = "=4.3.3" }
10+
leo-compiler = { path = "./crates/compiler", version = "=4.3.3" }
11+
leo-disassembler = { path = "./crates/disassembler", version = "=4.3.3" }
12+
leo-errors = { path = "./crates/errors", version = "=4.3.3" }
13+
leo-fmt = { path = "./crates/fmt", version = "=4.3.3" }
14+
leo-lsp = { path = "./crates/lsp", version = "=4.3.3" }
15+
leo-package = { path = "./crates/package", version = "=4.3.3" }
16+
leo-parser = { path = "./crates/parser", version = "=4.3.3" }
17+
leo-parser-rowan = { path = "./crates/parser-rowan", version = "=4.3.3" }
18+
leo-passes = { path = "./crates/passes", version = "=4.3.3" }
19+
leo-span = { path = "./crates/span", version = "=4.3.3" }
20+
leo-std = { path = "./crates/leo-std", version = "=4.3.3" }
2121
leo-test-framework = { path = "./crates/test-framework" }
2222
# third party dependencies
2323
aleo-std = { version = "1.0.3"}

crates/abi-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "leo-abi-types"
3-
version = "4.3.2"
3+
version = "4.3.3"
44
authors = [ "The Leo Team <leo@provable.com>" ]
55
description = "ABI type definitions for Leo programs"
66
homepage = "https://leo-lang.org"

crates/abi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "leo-abi"
3-
version = "4.3.2"
3+
version = "4.3.3"
44
authors = [ "The Leo Team <leo@provable.com>" ]
55
description = "ABI generation for Leo programs"
66
homepage = "https://leo-lang.org"

crates/ast/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "leo-ast"
3-
version = "4.3.2"
3+
version = "4.3.3"
44
authors = [ "The Leo Team <leo@provable.com>" ]
55
description = "Abstract syntax tree (AST) for the Leo programming language"
66
homepage = "https://leo-lang.org"

crates/compiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "leo-compiler"
3-
version = "4.3.2"
3+
version = "4.3.3"
44
authors = [ "The Leo Team <leo@provable.com>" ]
55
description = "Compiler for Leo programming language"
66
homepage = "https://leo-lang.org"

crates/compiler/benchmarks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "leo-benchmarks"
3-
version = "4.3.2"
3+
version = "4.3.3"
44
edition = "2024"
55
publish = false
66

crates/disassembler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "leo-disassembler"
3-
version = "4.3.2"
3+
version = "4.3.3"
44
authors = [ "The Leo Team <leo@provable.com>" ]
55
description = "A disassembler for the Leo programming language"
66
homepage = "https://leo-lang.org"

crates/errors/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "leo-errors"
3-
version = "4.3.2"
3+
version = "4.3.3"
44
authors = [ "The Leo Team <leo@provable.com>" ]
55
description = "Errors for the Leo programming language"
66
homepage = "https://leo-lang.org"

crates/fmt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "leo-fmt"
3-
version = "4.3.2"
3+
version = "4.3.3"
44
authors = [ "The Leo Team <leo@provable.com>" ]
55
description = "Source code formatter for the Leo programming language"
66
homepage = "https://leo-lang.org"

0 commit comments

Comments
 (0)