Skip to content

Commit 6bbcc63

Browse files
committed
chore: update Slang and solx-llvm
1 parent 5be2ad8 commit 6bbcc63

4 files changed

Lines changed: 9 additions & 8 deletions

File tree

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
[submodule "solx-llvm"]
66
path = solx-llvm
77
url = https://github.com/matter-labs/solx-llvm
8-
branch = fix-require-optional-msg
8+
branch = main

Cargo.lock

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

solx-llvm

solx-slang/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ semver.workspace = true
1616
# `__private_testing_utils` is required by `__private_backend_api` internals
1717
# (binder/types access in node_extensions). Both are unstable Slang APIs.
1818
# TODO: pin to a release tag instead of branch = "main"
19-
slang_solidity = { git = "https://github.com/NomicFoundation/slang.git", rev = "dd83dd286dea844ce88a7a2748e16d94c65a0d22", features = ["__private_backend_api", "__private_testing_utils"] }
19+
slang_solidity = { git = "https://github.com/NomicFoundation/slang.git", rev = "423baaba36ffc4d353fbaf44752429bff9fb43db", features = ["__private_backend_api", "__private_testing_utils"] }
2020
melior = { git = "https://github.com/NomicFoundation/melior", rev = "62a909e2ff67fcc19f7f42dc4fb70c3e03376bd2", features = ["ods-dialects", "helpers"] }
2121

2222
solx-codegen-evm = { path = "../solx-codegen-evm" }

0 commit comments

Comments
 (0)