-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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#1680
- Loading branch information
1 parent
d5af5d3
commit e58bdeb
Showing
4 changed files
with
12 additions
and
32 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters