Commit e58bdeb
committed
chore(deps): force 0.7 version for zerocopy
The aquatic_udp_protocol crate uses version 0.7:
https://github.com/greatest-ape/aquatic/blob/master/crates/udp_protocol/Cargo.toml#L19
We were having problems with trait `read_from`. Example:
```rust
let data = PeerId::read_from(&bytes).expect("it should have the correct amount of bytes");
```
There have been changes in version 0.8:
google/zerocopy#16801 parent d5af5d3 commit e58bdeb
4 files changed
Lines changed: 12 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments