Skip to content

Commit 61ae69b

Browse files
committed
Merge branch 'chore/edition-update'
2 parents eb4c10e + 7946fe6 commit 61ae69b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Browse [the latest releases](https://github.com/sitkevij/hex/releases/latest) to
114114
for 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

src/buffer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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)]
2121
use crate::models::{Line, Page};
2222
use std::error::Error;
2323
use std::io::Read;

0 commit comments

Comments
 (0)