Skip to content

Commit 0c1967f

Browse files
grandizzyDaniPopes
andauthored
Backport fmt fixes to 1.2.0 (#10558)
* fix: patch solang-parser (#10509) * fix: patch solang-parser * layout at test * bump * chore: update * update * format layout * fix pragma * chore: update * chore: update * fix: pragma 2 * feat: re-implement pragma * fix(fmt): 'at' is not a keyword (#10556) --------- Co-authored-by: DaniPopes <[email protected]>
1 parent 0a7b3f0 commit 0c1967f

File tree

14 files changed

+234
-166
lines changed

14 files changed

+234
-166
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ foundry-compilers.opt-level = 3
9999
serde_json.opt-level = 3
100100
serde.opt-level = 3
101101

102-
solang-parser.opt-level = 3
102+
foundry-solang-parser.opt-level = 3
103103
lalrpop-util.opt-level = 3
104104

105105
solar-ast.opt-level = 3
@@ -191,7 +191,7 @@ foundry-linking = { path = "crates/linking" }
191191
foundry-block-explorers = { version = "0.13.3", default-features = false }
192192
foundry-compilers = { version = "0.14.0", default-features = false }
193193
foundry-fork-db = "0.12"
194-
solang-parser = "=0.3.3"
194+
solang-parser = { version = "=0.3.8", package = "foundry-solang-parser" }
195195
solar-parse = { version = "=0.1.2", default-features = false }
196196
solar-sema = { version = "=0.1.2", default-features = false }
197197

@@ -358,4 +358,4 @@ idna_adapter = "=1.1.0"
358358
# alloy-transport = { git = "https://github.com/alloy-rs/alloy", rev = "7fab7ee" }
359359
# alloy-transport-http = { git = "https://github.com/alloy-rs/alloy", rev = "7fab7ee" }
360360
# alloy-transport-ipc = { git = "https://github.com/alloy-rs/alloy", rev = "7fab7ee" }
361-
# alloy-transport-ws = { git = "https://github.com/alloy-rs/alloy", rev = "7fab7ee" }
361+
# alloy-transport-ws = { git = "https://github.com/alloy-rs/alloy", rev = "7fab7ee" }

0 commit comments

Comments
 (0)