Merge pull request 'Use released package versions again' (#128) from bump-example into main
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good

Reviewed-on: #128
This commit is contained in:
Robin Müller 2024-02-21 11:34:07 +01:00
commit de8c0bc13e

View File

@ -20,12 +20,12 @@ thiserror = "1"
derive-new = "0.5"
[dependencies.satrs]
# version = "0.1.1"
path = "../satrs"
version = "0.2.0-rc.0"
# path = "../satrs"
[dependencies.satrs-mib]
# version = "0.1.0"
path = "../satrs-mib"
version = "0.1.1"
# path = "../satrs-mib"
[features]
dyn_tmtc = []