Skip to content

Commit

Permalink
release: v1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgar2017 committed Dec 10, 2024
1 parent c74eb44 commit 5b20f2d
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 48 deletions.
109 changes: 64 additions & 45 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions compiler_tester/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ vm2 = { git = "https://github.com/matter-labs/vm2", optional = true, package = "
era-compiler-common = { git = "https://github.com/matter-labs/era-compiler-common", branch = "main" }
era-compiler-downloader = { git = "https://github.com/matter-labs/era-compiler-common", branch = "main" }
era-compiler-llvm-context = { git = "https://github.com/matter-labs/era-compiler-llvm-context", branch = "main" }
era-compiler-solidity = { git = "https://github.com/matter-labs/era-compiler-solidity", branch = "main" }
era-solc = { git = "https://github.com/matter-labs/era-compiler-solidity", branch = "main" }
era-compiler-vyper = { git = "https://github.com/matter-labs/era-compiler-vyper", branch = "main" }
era-compiler-solidity = { git = "https://github.com/matter-labs/era-compiler-solidity", branch = "az-release-v158" }
era-solc = { git = "https://github.com/matter-labs/era-compiler-solidity", branch = "az-release-v158" }
era-compiler-vyper = { git = "https://github.com/matter-labs/era-compiler-vyper", branch = "az-release-v158" }

solidity-adapter = { path = "../solidity_adapter" }
benchmark-analyzer = { path = "../benchmark_analyzer" }
Expand Down

0 comments on commit 5b20f2d

Please sign in to comment.