Skip to content

Commit

Permalink
Bump can-socket to v0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
de-vri-es committed Oct 28, 2024
1 parent eca8a66 commit 5e8956c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.2.0 - 2024-10-28
- [change][major] Refactor `CanFrame` API.
- [change][major] Rename CAN ID structs and values.
- [add][minor] Add `id!()`, `base_id!()` and `extended_id!()` macros to construct compile time checked CAN IDs.
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.1.6"
version = "0.2.0"
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.1.5", path = "../can-socket", features = ["tokio"] }
can-socket = { version = "0.2.0", path = "../can-socket", features = ["tokio"] }
log = "0.4.20"
num_enum = "0.7.0"
thiserror = "1.0.49"
Expand Down

0 comments on commit 5e8956c

Please sign in to comment.