File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,11 @@ Versioning](https://semver.org/spec/v2.0.0.html).
8
8
9
9
## [ Unreleased]
10
10
11
- - Updated nix to allow both version ` 0.22 ` or ` 0.23 ` .
12
- - Add PEC support for SMBus compatible adapters
11
+
12
+ ## [ v0.5.1] - 2021-11-22
13
+
14
+ - Updated nix to version ` 0.23 ` .
15
+ - Add PEC support for SMBus compatible adapters.
13
16
- Add ` LinuxI2CDevice::force_new() ` to open the device without checking if the address is bound to a driver.
14
17
15
18
## [ v0.5.0] - 2021-09-21
@@ -22,6 +25,6 @@ Versioning](https://semver.org/spec/v2.0.0.html).
22
25
23
26
The changelog for previous versions was not recorded.
24
27
25
- [ Unreleased ] : https://github.com/rust-embedded/rust-i2cdev/compare/0.5.0...HEAD
28
+ [ Unreleased ] : https://github.com/rust-embedded/rust-i2cdev/compare/0.5.1...HEAD
29
+ [ v0.5.1 ] : https://github.com/rust-embedded/rust-i2cdev/compare/0.5.0...0.5.1
26
30
[ v0.5.0 ] : https://github.com/rust-embedded/rust-i2cdev/compare/0.4.0...0.5.0
27
-
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " i2cdev"
4
- version = " 0.5.0 " # remember to update html_root_url
4
+ version = " 0.5.1 "
5
5
authors = [
" Paul Osborne <[email protected] >" ]
6
6
license = " MIT/Apache-2.0"
7
7
repository = " https://github.com/rust-embedded/rust-i2cdev"
@@ -18,8 +18,7 @@ Provides API for safe access to Linux i2c device interface.
18
18
libc = " 0.2"
19
19
bitflags = " 1.3"
20
20
byteorder = " 1"
21
- nix = " >= 0.22, < 0.24 "
21
+ nix = " 0.23 "
22
22
23
23
[dev-dependencies ]
24
24
docopt = " 1"
25
-
Original file line number Diff line number Diff line change 97
97
#![ crate_name = "i2cdev" ]
98
98
#![ crate_type = "lib" ]
99
99
#![ deny( missing_docs) ]
100
- #![ doc( html_root_url = "https://docs.rs/i2cdev/0.5.0" ) ]
101
100
102
101
#[ macro_use]
103
102
extern crate bitflags;
You can’t perform that action at this time.
0 commit comments