Skip to content

Commit

Permalink
Merge pull request 'prepare v0.12.0' (#111) from prepare-v0.12.0 into…
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Sep 10, 2024
2 parents 448b76b + d8b2a3d commit f135d54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

# [unreleased]

# [v0.12.0]
# [v0.12.0] 2024-09-10

- Bumped MSRV to 1.70.0

Expand Down Expand Up @@ -42,7 +42,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## Changed

- Minor documentation build updates.
- Increased delegate version range to v0.12
- Increased delegate version range to v0.13

# [v0.11.2] 2024-05-19

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories = ["aerospace", "aerospace::space-protocols", "no-std", "hardware-sup

[dependencies]
crc = "3"
delegate = ">=0.8, <0.13"
delegate = ">=0.8, <=0.13"
paste = "1"

[dependencies.zerocopy]
Expand Down

0 comments on commit f135d54

Please sign in to comment.