Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit308d9d6

Browse files
committed
Bumped version to v3.3.0, and updated README and CHANGELOG for release.
1 parent7004a2d commit308d9d6

File tree

5 files changed

+13
-14
lines changed

5 files changed

+13
-14
lines changed

‎CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
The change log for the Rust[socketcan](https://crates.io/crates/socketcan) library.
44

5+
##[Version 3.3.0](https://github.com/socketcan-rs/socketcan-rs/compare/v3.2.0..v3.3.0) (2023-10-27)
6+
7+
-[#53](https://github.com/socketcan-rs/socketcan-rs/pull/53) Added CanFD support for tokio
8+
- Serialized tokio unit tests and put them behind the "vcan_tests" feature
9+
10+
511
##[Version 3.2.0](https://github.com/socketcan-rs/socketcan-rs/compare/v3.1.0..v3.2.0) (2023-10-16)
612

713
-[#32](https://github.com/socketcan-rs/socketcan-rs/issues/32) Further expanded netlink functionality:

‎Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name ="socketcan"
3-
version ="3.2.0"
3+
version ="3.3.0"
44
edition ="2021"
55
rust-version ="1.65"
66
authors = [

‎README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ Additional implementation of the netlink control of the CAN interface was added
2222

2323
v3.2 increased the interface configuration coverage with Netlink, allowing an application to set most interface CAN parameters and query them all back.
2424

25+
###What's New in Version 3.3
26+
27+
-[#53](https://github.com/socketcan-rs/socketcan-rs/pull/53) Added CanFD support for tokio
28+
- Serialized tokio unit tests and put them behind the "vcan_tests" feature
29+
2530
###What's New in Version 3.2
2631

2732
-[#32](https://github.com/socketcan-rs/socketcan-rs/issues/32) Further expanded netlink functionality:
@@ -32,17 +37,6 @@ v3.2 increased the interface configuration coverage with Netlink, allowing an ap
3237
- Significant cleanup of the`nl` module
3338
- Split the`nl` module into separate sources for higher and lower-level code
3439

35-
###What's New in Version 3.1
36-
37-
-[#32](https://github.com/socketcan-rs/socketcan-rs/issues/32) Added netlink functionality:
38-
- Set the bitrate[PR#50](https://github.com/socketcan-rs/socketcan-rs/pull/50), and the FD data bitrate
39-
- Set the control modes (Loopback, Listen-Only, etc)
40-
- Set automatic restart delay time
41-
- Manual restart
42-
-[PR#45](https://github.com/socketcan-rs/socketcan-rs/pull/45) Dump handles extended IDs
43-
-[PR#44](https://github.com/socketcan-rs/socketcan-rs/pull/44) Fix clippy warnings
44-
-[PR#43](https://github.com/socketcan-rs/socketcan-rs/pull/43) Implement AsPtr for CanAnyFrame
45-
4640
##Next Steps
4741

4842
A number of items still did not make it into a release. These will be added in v3.x, coming soon.

‎examples/tokio_bridge.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
1717
use futures_util::StreamExt;
1818
use socketcan::{tokio::CanSocket,CanFrame,Result};
19-
use tokio;
2019

2120
#[tokio::main]
2221
asyncfnmain() ->Result<()>{

‎src/tokio.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,8 @@ mod tests {
297297
use embedded_can::FrameasEmbeddedFrame;
298298
use futures::{select, try_join};
299299
use futures_timer::Delay;
300-
use std::{io, time::Duration};
301300
use serial_test::serial;
301+
use std::{io, time::Duration};
302302

303303
constTIMEOUT:Duration =Duration::from_millis(100);
304304

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp