Skip to content

Commit ca6e48d

Browse files
committed
bump vyper version
1 parent b1e7d57 commit ca6e48d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/compilers/tests/project.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pub static VYPER: LazyLock<Vyper> = LazyLock::new(|| {
6060
return Vyper::new(&path).unwrap();
6161
}
6262

63-
let base = "https://github.com/vyperlang/vyper/releases/download/v0.4.0/vyper.0.4.0+commit.e9db8d9f";
63+
let base = "https://github.com/vyperlang/vyper/releases/download/v0.4.3/vyper.0.4.3+commit.bff19ea2";
6464
let url = format!(
6565
"{base}.{}",
6666
match platform() {

0 commit comments

Comments
 (0)