You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ To use `rust_gpiozero`, first add this to your Cargo.toml:
80
80
81
81
```toml
82
82
[dependencies]
83
-
rust_gpiozero = "0.2.0"
83
+
rust_gpiozero = "^0.2"
84
84
```
85
85
Compiling your project on a Raspberry Pi directly can take significant time depending on the model. Ideally, you would cross compile your project then run it on the Raspberry Pi.
0 commit comments