File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " ev3dev-lang-rust"
3- version = " 0.14 .0"
3+ version = " 0.15 .0"
44edition = " 2021"
55authors = [
" Lars Westermann <[email protected] >" ]
66
@@ -22,16 +22,14 @@ brickpi = []
2222brickpi3 = []
2323
2424[dependencies ]
25- ev3dev-lang-rust-derive = { path = " ev3dev_lang_rust_derive" , version = " 0.10" }
25+ ev3dev-lang-rust-derive = { path = " ev3dev_lang_rust_derive" , version = " 0.10" }
2626libc = " 0.2"
2727framebuffer = { version = " 0.3" , optional = true }
28- image = { version = " 0.24 " , optional = true }
28+ image = { version = " 0.25 " , optional = true }
2929paste = " 1.0"
3030
3131[workspace ]
32- members = [
33- " ev3dev_lang_rust_derive"
34- ]
32+ members = [" ev3dev_lang_rust_derive" ]
3533
3634[profile .release ]
3735lto = true
Original file line number Diff line number Diff line change 11[package ]
22name = " ev3dev-lang-rust-derive"
33version = " 0.10.0"
4+ edition = " 2021"
45authors = [
" Lars Westermann <[email protected] >" ]
56
67description = " Derive macros for ev3dev_lang_rust"
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ impl CompassSensor {
5757 /// turn the robot 360 degrees
5858 /// end the calibration by stop_calibration()
5959 /// attention: if calibration has not finished, the get_rotation method always returns -258
60-
60+ ///
6161 /// starts the calibration
6262 pub fn start_calibration ( & self ) -> Ev3Result < ( ) > {
6363 self . set_command ( Self :: COMMAND_START_CALIBRATION )
You can’t perform that action at this time.
0 commit comments