Skip to content

Commit a100066

Browse files
authored
Fix master (#415)
1 parent fac068b commit a100066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/forge/tests/e2e/running.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ fn simple_package_with_git_dependency() {
102102
103103
[dependencies]
104104
starknet = "2.1.0-rc2"
105-
cheatcodes = { git = "https://github.com/foundry-rs/starknet-foundry.git", rev = "7df1248" }
105+
cheatcodes = { git = "https://github.com/foundry-rs/starknet-foundry.git" }
106106
"#,
107107
))
108108
.unwrap();

0 commit comments

Comments
 (0)