Skip to content

Commit 533d73a

Browse files
authored
Merge pull request #1049 from knurling-rs/pin-trybuild
Pin trybuild to 1.0.89
2 parents a517ca3 + 15e0fb8 commit 533d73a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ Initial release
888888

889889
### [defmt-test-next]
890890

891-
* No changes
891+
* [#1049] Pin trybuild to 1.0.89
892892

893893
### [defmt-test-v0.4.0] (2025-04-01)
894894

@@ -1004,6 +1004,7 @@ Initial release
10041004

10051005
---
10061006

1007+
[#1049]: https://github.com/knurling-rs/defmt/pull/1049
10071008
[#1041]: https://github.com/knurling-rs/defmt/pull/1041
10081009
[#1036]: https://github.com/knurling-rs/defmt/pull/1036
10091010
[#1028]: https://github.com/knurling-rs/defmt/pull/1028

firmware/defmt-test/macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ quote = "1"
1818
syn = { version = "2", features = ["extra-traits", "full"] }
1919

2020
[dev-dependencies]
21-
trybuild = "1"
21+
trybuild = "=1.0.89"

0 commit comments

Comments
 (0)