diff --git a/satrs/Cargo.toml b/satrs/Cargo.toml index 8c1017d..7f09741 100644 --- a/satrs/Cargo.toml +++ b/satrs/Cargo.toml @@ -20,7 +20,7 @@ delegate = ">0.7, <=0.13" paste = "1" derive-new = ">=0.6, <=0.7" num_enum = { version = ">0.5, <=0.7", default-features = false } -cobs = { version = "0.4", default-features = false, git = "https://github.com/jamesmunns/cobs.rs.git", branch = "main" } +cobs = { version = "0.4", default-features = false } thiserror = { version = "2", default-features = false } hashbrown = { version = ">=0.14, <=0.15", optional = true }