prepare next MIB release

This commit is contained in:
2025-08-26 14:24:48 +02:00
parent aefdf0987d
commit da3de9f22c
3 changed files with 7 additions and 3 deletions

View File

@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
# [unreleased]
# [v0.1.3] 2024-08-26
Bump `satrs-shared`.
# [v0.1.2] 2024-04-17
Allow `satrs-shared` from `v0.1.3` to `<v0.2`.

View File

@@ -1,6 +1,6 @@
[package]
name = "satrs-mib"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
rust-version = "1.61"
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
@@ -23,7 +23,7 @@ version = "1"
optional = true
[dependencies.satrs-shared]
version = "0.2.2"
version = "0.2"
path = "../satrs-shared"
features = ["serde"]

View File

@@ -28,7 +28,7 @@ features = ["full"]
trybuild = { version = "1", features = ["diff"] }
[dev-dependencies.satrs-shared]
version = "0.2.2"
version = "0.2"
path = "../../satrs-shared"
[dev-dependencies.satrs-mib]