Skip to content

Commit

Permalink
chore: bump solang parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Evalir committed Oct 31, 2023
1 parent 8d79348 commit 15bc6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ alloy-primitives = { version = "0.4", default-features = false, features = ["std
alloy-dyn-abi = { version = "0.4", default-features = false, features = ["std"] }
alloy-json-abi = { version = "0.4", default-features = false, features = ["std", "serde_json"] }

solang-parser = { version = "=0.3.2", default-features = false }
solang-parser = { version = "=0.3.3", default-features = false }

# serde
serde = { version = "1", features = ["derive", "rc"] }
Expand Down

0 comments on commit 15bc6da

Please sign in to comment.