File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " mavlink-bindgen"
3
- version = " 0.13.1 "
3
+ version = " 0.13.2 "
4
4
edition = " 2021"
5
5
license = " MIT/Apache-2.0"
6
6
description = " Library used by rust-mavlink."
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ The output dir will contain a `mod.rs` file with each dialect in its own file lo
55
55
Add to your Cargo.toml:
56
56
57
57
``` toml
58
- mavlink-bindgen = " 0.13.1 "
58
+ mavlink-bindgen = " 0.13.2 "
59
59
```
60
60
61
61
Add a ` build/main.rs ` or ` build.rs ` to your project if it does not already exist. Then add the following to the ` main ` function to generate the code:
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " mavlink-core"
3
- version = " 0.13.1 "
3
+ version = " 0.13.2 "
4
4
authors = [
5
5
" Todd Stellanova" ,
6
6
" Michal Podhradsky" ,
Original file line number Diff line number Diff line change 1
1
2
2
[package ]
3
3
name = " mavlink"
4
- version = " 0.13.1 "
4
+ version = " 0.13.2 "
5
5
authors = [
6
6
" Todd Stellanova" ,
7
7
" Michal Podhradsky" ,
@@ -19,15 +19,15 @@ edition = "2018"
19
19
rust-version = " 1.65.0"
20
20
21
21
[build-dependencies ]
22
- mavlink-bindgen = { version = " 0.13.1 " , default-features = false }
22
+ mavlink-bindgen = { version = " 0.13.2 " , default-features = false }
23
23
24
24
[[example ]]
25
25
name = " mavlink-dump"
26
26
path = " examples/mavlink-dump/src/main.rs"
27
27
required-features = [" ardupilotmega" ]
28
28
29
29
[dependencies ]
30
- mavlink-core = { version = " 0.13.1 " , default-features = false }
30
+ mavlink-core = { version = " 0.13.2 " , default-features = false }
31
31
num-traits = { workspace = true , default-features = false }
32
32
num-derive = { workspace = true }
33
33
bitflags = { workspace = true }
You can’t perform that action at this time.
0 commit comments