Merge pull request 'prepare MIB release v0.1.0' (#114) from prep-mib-release into main
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
Reviewed-on: #114
This commit is contained in:
commit
8b79e967bb
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "satrs-mib"
|
||||
version = "0.1.0-alpha.2"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.61"
|
||||
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
|
||||
@ -23,8 +23,7 @@ version = "1"
|
||||
optional = true
|
||||
|
||||
[dependencies.satrs-shared]
|
||||
# version = "0.1.0"
|
||||
path = "../satrs-shared"
|
||||
version = "0.1.1"
|
||||
features = ["serde"]
|
||||
|
||||
[dependencies.satrs-mib-codegen]
|
||||
|
@ -31,5 +31,4 @@ trybuild = { version = "1", features = ["diff"] }
|
||||
path = ".."
|
||||
|
||||
[dev-dependencies.satrs-shared]
|
||||
# version = "0.1.0"
|
||||
path = "../../satrs-shared"
|
||||
version = "0.1.1"
|
||||
|
@ -71,8 +71,7 @@ features = ["all"]
|
||||
optional = true
|
||||
|
||||
[dependencies.satrs-shared]
|
||||
# version = "0.1.0"
|
||||
path = "../satrs-shared"
|
||||
version = "0.1.1"
|
||||
|
||||
[dependencies.spacepackets]
|
||||
version = "0.9"
|
||||
|
Loading…
Reference in New Issue
Block a user