From 1e3f062fd842b7ce130ea6c792a8eab7f78f82e3 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Tue, 17 Jan 2023 17:09:07 -0700 Subject: [PATCH] (cargo-release) version 0.26.2 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd14ec7005..283cb86a36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/). -## [Unreleased] - ReleaseDate +## [0.26.2] - 2023-01-18 ### Fixed - Fix `SockaddrIn6` bug that was swapping flowinfo and scope_id byte ordering. ([#1964](https://github.com/nix-rust/nix/pull/1964)) diff --git a/Cargo.toml b/Cargo.toml index cfe20d8297..8b1d873186 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "nix" description = "Rust friendly bindings to *nix APIs" edition = "2018" -version = "0.26.1" +version = "0.26.2" rust-version = "1.56" authors = ["The nix-rust Project Developers"] repository = "https://github.com/nix-rust/nix"