Skip to content

Commit b5ad15c

Browse files
authored
build: upgrade Slang to v1.3.2 (#1243)
1 parent 44e779c commit b5ad15c

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

.changeset/proud-ideas-sink.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@nomicfoundation/edr": patch
3+
---
4+
5+
Added support for instrumentation of Solidity `0.8.32` and `0.8.33`

Cargo.lock

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

crates/edr_instrument/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ semver.workspace = true
1010
serde = { workspace = true, features = ["derive"] }
1111
serde_json.workspace = true
1212
sha3.workspace = true
13-
slang_solidity = { git = "https://github.com/NomicFoundation/slang", tag = "v1.3.1" }
13+
slang_solidity = { git = "https://github.com/NomicFoundation/slang", tag = "v1.3.2" }
1414
thiserror.workspace = true
1515

1616
[lints]

0 commit comments

Comments
 (0)