Merge pull request 'i think for this example this is ok' (#71) from bump-example-deps into main
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good

Reviewed-on: #71
This commit is contained in:
Robin Müller 2023-08-28 22:57:54 +02:00
commit e09ffc6dc7

View File

@ -15,11 +15,13 @@ crossbeam-channel = "0.5"
delegate = "0.10"
zerocopy = "0.6"
csv = "1"
num_enum = "0.6"
num_enum = "0.7"
thiserror = "1"
[dependencies.satrs-core]
# version = "0.1.0-alpha.0"
path = "../satrs-core"
[dependencies.satrs-mib]
path = "../satrs-mib"