Skip to content

Commit c41692d

Browse files
committed
Bump solar
1 parent 6259e8d commit c41692d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ tokio = { version = "1.35", features = ["rt-multi-thread"] }
7070
snapbox = "0.6.9"
7171

7272
[patch.crates-io]
73-
solar-parse = { git = "https://github.com/paradigmxyz/solar", rev = "77fb82b" }
74-
solar-sema = { git = "https://github.com/paradigmxyz/solar", rev = "77fb82b" }
73+
solar-parse = { git = "https://github.com/paradigmxyz/solar", rev = "63bfcb9" }
74+
solar-sema = { git = "https://github.com/paradigmxyz/solar", rev = "63bfcb9" }
7575

crates/compilers/src/preprocessor/deps.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ impl PreprocessorDependencies {
7979
src_dir,
8080
);
8181
// Analyze current contract.
82-
deps_collector.walk_contract(contract);
82+
let _ = deps_collector.walk_contract(contract);
8383
// Ignore empty test contracts declared in source files with other contracts.
8484
if !deps_collector.dependencies.is_empty() {
8585
preprocessed_contracts.insert(contract_id, deps_collector.dependencies);

0 commit comments

Comments
 (0)