We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac068b commit a100066Copy full SHA for a100066
crates/forge/tests/e2e/running.rs
@@ -102,7 +102,7 @@ fn simple_package_with_git_dependency() {
102
103
[dependencies]
104
starknet = "2.1.0-rc2"
105
- cheatcodes = { git = "https://github.com/foundry-rs/starknet-foundry.git", rev = "7df1248" }
+ cheatcodes = { git = "https://github.com/foundry-rs/starknet-foundry.git" }
106
"#,
107
))
108
.unwrap();
0 commit comments