diff --git a/satrs-mib/CHANGELOG.md b/satrs-mib/CHANGELOG.md index 4e27226..cd2cf9b 100644 --- a/satrs-mib/CHANGELOG.md +++ b/satrs-mib/CHANGELOG.md @@ -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 `"] @@ -23,7 +23,7 @@ version = "1" optional = true [dependencies.satrs-shared] -version = "0.2.2" +version = "0.2" path = "../satrs-shared" features = ["serde"] diff --git a/satrs-mib/codegen/Cargo.toml b/satrs-mib/codegen/Cargo.toml index 124b767..80e72b3 100644 --- a/satrs-mib/codegen/Cargo.toml +++ b/satrs-mib/codegen/Cargo.toml @@ -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]