File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ Browse [the latest releases](https://github.com/sitkevij/hex/releases/latest) to
114114for use with this debian installation example:
115115
116116``` sh
117- VERSION=0.6 .0 && curl -sLO " https://github.com/sitkevij/hex/releases/download/v$VERSION /hx_$VERSION -1_amd64.deb" && dpkg -i " hx_$VERSION -1_amd64.deb"
117+ VERSION=0.7 .0 && curl -sLO " https://github.com/sitkevij/hex/releases/download/v$VERSION /hx_$VERSION -1_amd64.deb" && dpkg -i " hx_$VERSION -1_amd64.deb"
118118```
119119
120120### guix install
Original file line number Diff line number Diff line change 1717//! assert_eq!(page.bytes, 5);
1818//! assert_eq!(page.body.len(), 2); // 4 bytes + 1 byte on second line
1919//! ```
20-
20+ #! [ allow ( clippy :: unbuffered_bytes ) ]
2121use crate :: models:: { Line , Page } ;
2222use std:: error:: Error ;
2323use std:: io:: Read ;
You can’t perform that action at this time.
0 commit comments