diff --git a/Cargo.toml b/Cargo.toml index fcf4d83..98b9e5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ defmt-rtt = "0.1.0" panic-probe = "0.1.0" rp2040-pac = { git = "https://github.com/rp-rs/rp2040-pac", branch="main" } -rp2040-boot2 = { git = "https://github.com/rp-rs/rp2040-boot2-rs" } +rp2040-boot2 = { git = "https://github.com/rp-rs/rp2040-boot2-rs", branch="vector" } #rp2040-pac = { path = "../rp2040-pac" } #rp2040-boot2 = { path = "../rp2040-boot2-rs" }