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

Reviewed-on: #110
This commit is contained in:
Robin Müller 2024-02-12 13:44:19 +01:00
commit f58a4eaee5

View File

@ -20,12 +20,12 @@ thiserror = "1"
derive-new = "0.5"
[dependencies.satrs-core]
# version = "0.1.0-alpha.1"
path = "../satrs-core"
version = "0.1.0-alpha.3"
# path = "../satrs-core"
[dependencies.satrs-mib]
# version = "0.1.0-alpha.1"
path = "../satrs-mib"
version = "0.1.0-alpha.2"
# path = "../satrs-mib"
[features]
dyn_tmtc = []