Skip to content

Commit

Permalink
Fix latest lints
Browse files Browse the repository at this point in the history
  • Loading branch information
Icelk committed Sep 16, 2024
1 parent cf2fa4d commit 3a5f917
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion signal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "kvarn_signal"
version = "0.2.0"
authors = ["Icelk <[email protected]>"]
edition = "2021"
rust-version = "1.56"
rust-version = "1.64"
description = "Easy-to-use IPC signaling library, mainly used for kvarnctl"
readme = "README.md"
homepage = "https://kvarn.org/ctl/"
Expand Down
2 changes: 1 addition & 1 deletion src/host.rs
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,7 @@ impl ResolvesServerCert for Collection {
/// All the supported ALPN protocols.
///
/// > ***Note:** this is often not needed, as the ALPN protocols
/// are set in [`host::Collection::make_config()`].*
/// > are set in [`host::Collection::make_config()`].*
#[must_use]
#[allow(unused_mut)]
pub fn alpn() -> Vec<Vec<u8>> {
Expand Down

0 comments on commit 3a5f917

Please sign in to comment.