diff --git a/satrs-core/Cargo.toml b/satrs-core/Cargo.toml index 5ada874..796efaa 100644 --- a/satrs-core/Cargo.toml +++ b/satrs-core/Cargo.toml @@ -13,8 +13,8 @@ categories = ["aerospace", "aerospace::space-protocols", "no-std", "hardware-sup # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -delegate = "0.8" -paste = "1.0" +delegate = ">=0.8, <0.10" +paste = "1" embed-doc-image = "0.1" [dependencies.dyn-clone] @@ -53,7 +53,7 @@ default-features = false optional = true [dependencies.spacepackets] -version = "0.5.1" +version = "0.5.2" # path = "../spacepackets" # git = "https://egit.irs.uni-stuttgart.de/rust/spacepackets.git" # rev = "..."