We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf6fedc commit 0c183f9Copy full SHA for 0c183f9
CHANGELOG.md
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+### Changed
10
+
11
+- Migrated to Interchange `0.3.0` ([#13][])
12
+ - This adds a `'pipe` lifetime to the `ApduDispatch` structure
13
+ Similar behaviour to before this fix can be emulated using two `const` [`Channels`](https://docs.rs/interchange/latest/interchange/struct.Channel.html)
14
+ and using a `'static` lifetime
15
16
## [0.1.2]
17
18
### Fixed
0 commit comments