diff --git a/CHANGELOG.md b/CHANGELOG.md index bd9c431..f783ef5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/Cargo.toml b/Cargo.toml index fe85ee1..2b2821d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]