Skip to content

Commit

Permalink
Bump can-socket to version 0.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
de-vri-es committed Dec 11, 2024
1 parent ec17bc7 commit f1dd9f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion can-socket/CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion can-socket/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion canopen-tokio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f1dd9f7

Please sign in to comment.