Skip to content

Commit

Permalink
Bump can-socket to v0.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
de-vri-es committed Nov 11, 2024
1 parent f597d01 commit dd3fb84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1 - 2024-11-11
- [add][minor] Add `tokio::CanSocket::try_send()`.
- [add][minor] Add `tokio::CanSocket::try_send_to()`.
- [add][minor] Add `tokio::CanSocket::try_recv()`.
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.0"
version = "0.3.1"
license = "BSD-2-Clause"
keywords = ["CAN", "SocketCAN", "socket", "CANbus", "network"]
categories = ["os", "hardware-support", "network-programming", "science::robotics"]
Expand Down

0 comments on commit dd3fb84

Please sign in to comment.