From f1dd9f7f20678d80ac7fa55df8b4c0d56397ea62 Mon Sep 17 00:00:00 2001 From: Maarten de Vries Date: Wed, 11 Dec 2024 15:22:08 +0100 Subject: [PATCH] Bump can-socket to version 0.3.2. --- can-socket/CHANGELOG | 2 +- can-socket/Cargo.toml | 2 +- canopen-tokio/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/can-socket/CHANGELOG b/can-socket/CHANGELOG index f96d087..02a1104 100644 --- a/can-socket/CHANGELOG +++ b/can-socket/CHANGELOG @@ -1,4 +1,4 @@ -# Unreleased +# Version 0.3.2 - 2024-12-11 - [fix][minor] Use `AsyncFd::try_io()` instead of workaround. # Version 0.3.1 - 2024-11-11 diff --git a/can-socket/Cargo.toml b/can-socket/Cargo.toml index 05c0ac0..5a48210 100644 --- a/can-socket/Cargo.toml +++ b/can-socket/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "can-socket" description = "no frills CAN sockets (synchronous or async with tokio)" -version = "0.3.1" +version = "0.3.2" license = "BSD-2-Clause" keywords = ["CAN", "SocketCAN", "socket", "CANbus", "network"] categories = ["os", "hardware-support", "network-programming", "science::robotics"] diff --git a/canopen-tokio/Cargo.toml b/canopen-tokio/Cargo.toml index b42dd51..e332e6a 100644 --- a/canopen-tokio/Cargo.toml +++ b/canopen-tokio/Cargo.toml @@ -11,7 +11,7 @@ documentation = "https://docs.rs/canopen-socket" edition = "2021" [dependencies] -can-socket = { version = "0.3.0", path = "../can-socket", features = ["tokio"] } +can-socket = { version = "0.3.2", path = "../can-socket", features = ["tokio"] } log = "0.4.20" num_enum = "0.7.0" thiserror = "1.0.49"