solang parser 0.1.17 (#1548)

This commit is contained in:
Roman Krasiuk 2022-08-02 21:02:38 +03:00 committed by GitHub
parent e62c84d650
commit 54bd5253c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -3629,9 +3629,9 @@ dependencies = [
[[package]]
name = "solang-parser"
version = "0.1.16"
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1f68b8280e3f354d5646218319bcee4febe42833cef5ebf653cfc49d0a94409"
checksum = "7fd659de36c2a8ce8cba4627e2304121acbf57d00589779a5ec3ab24569dc684"
dependencies = [
"itertools",
"lalrpop",

View File

@ -35,7 +35,7 @@ tempfile = { version = "3.3.0", optional = true }
fs_extra = { version = "1.2.0", optional = true }
sha2 = { version = "0.10.2", default-features = false, optional = true }
dunce = "1.0.2"
solang-parser = { default-features = false, version = "=0.1.16" }
solang-parser = { default-features = false, version = "=0.1.17" }
rayon = "1.5.3"
rand = { version = "0.8.5", optional = true }
path-slash = "0.2.0"