From 4ad2f33ac530ca45fa9bef1526dd087ff691cedc Mon Sep 17 00:00:00 2001 From: amigin Date: Tue, 21 Nov 2023 11:11:38 +0200 Subject: [PATCH] 0.5.0-rc01 --- Cargo.toml | 2 +- unix-sockets/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0e7e3dc..be993a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flurl" -version = "0.4.1" +version = "0.5.0-rc01" authors = ["Andrey "] edition = "2021" diff --git a/unix-sockets/Cargo.toml b/unix-sockets/Cargo.toml index c5d8169..c3ae4be 100644 --- a/unix-sockets/Cargo.toml +++ b/unix-sockets/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unix-sockets" -version = "0.1.0" +version = "0.5.0-rc01" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html