File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.2.1
4
+
5
+ * Support for Raspberry Pi 4
6
+
7
+ - upgraded [ rppal] ( https://github.com/golemparts/rppal/ ) to ` 0.12.0 ` . See [ Issue #12 ] ( https://github.com/rahul-thakoor/rust_gpiozero/issues/23 )
8
+
3
9
## 0.2.0
4
10
` rust_gpiozero ` now uses [ rppal] ( https://github.com/golemparts/rppal/ ) for gpio access
5
11
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rust_gpiozero"
3
- version = " 0.2.0 "
3
+ version = " 0.2.1 "
4
4
authors = [
" Rahul Thakoor <[email protected] >" ]
5
5
repository = " https://github.com/rahul-thakoor/rust_gpiozero.git"
6
6
homepage = " https://github.com/rahul-thakoor/rust_gpiozero.git"
@@ -15,7 +15,7 @@ edition = "2018"
15
15
16
16
17
17
[dependencies ]
18
- rppal = " 0.11.1 "
18
+ rppal = " 0.12.0 "
19
19
20
20
[badges ]
21
21
travis-ci = { repository = " rahul-thakoor/rust_gpiozero" , branch = " master" }
You can’t perform that action at this time.
0 commit comments