File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
99# [ unreleased]
1010
11+ # [ v0.1.3] 2024-08-26
12+
13+ Bump ` satrs-shared ` .
14+
1115# [ v0.1.2] 2024-04-17
1216
1317Allow ` satrs-shared ` from ` v0.1.3 ` to ` <v0.2 ` .
Original file line number Diff line number Diff line change 11[package ]
22name = " satrs-mib"
3- version = " 0.1.2 "
3+ version = " 0.1.3 "
44edition = " 2021"
55rust-version = " 1.61"
66authors = [" Robin Mueller <muellerr@irs.uni-stuttgart.de>" ]
@@ -23,7 +23,7 @@ version = "1"
2323optional = true
2424
2525[dependencies .satrs-shared ]
26- version = " 0.2.2 "
26+ version = " 0.2"
2727path = " ../satrs-shared"
2828features = [" serde" ]
2929
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ features = ["full"]
2828trybuild = { version = " 1" , features = [" diff" ] }
2929
3030[dev-dependencies .satrs-shared ]
31- version = " 0.2.2 "
31+ version = " 0.2"
3232path = " ../../satrs-shared"
3333
3434[dev-dependencies .satrs-mib ]
You can’t perform that action at this time.
0 commit comments