You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Replaced `funty` dependency with `platform-num` 0.8.0 (`LinkReference` trait)
7
+
- Replaced all `LinkType` bounds with `LinkReference` from `platform-num`
8
+
- Replaced `FuntyPart::funty(n)` calls with `LinkReference::from_byte(n)`
9
+
- Simplified all generic bounds from `T: LinkReference + WrappingAdd` to `T: LinkReference` (`WrappingArithmetic` is now a supertrait of `LinkReference` in `platform-num` 0.8.0)
10
+
11
+
### Removed
12
+
- Removed `funty` dependency
13
+
- Removed `num-traits` dependency (re-exported by `platform-num`)
14
+
- Removed `LinkType` trait entirely (replaced by `LinkReference`)
15
+
- Removed `FuntyPart` trait (replaced by `LinkReference::from_byte`)
0 commit comments