File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
8
8
[package ]
9
9
name = " sbp"
10
- version = " 4.17.1-alpha "
10
+ version = " 5.0.0 "
11
11
description = " Rust native implementation of SBP (Swift Binary Protocol) for communicating with devices made by Swift Navigation"
12
12
authors = [
" Swift Navigation <[email protected] >" ]
13
13
repository = " https://github.com/swift-nav/libsbp"
@@ -71,4 +71,4 @@ serialport = "2.1.0"
71
71
72
72
[package .metadata .docs .rs ]
73
73
# Whether to pass `--all-features` to Cargo when building docs for docs.rs
74
- all-features = true
74
+ all-features = true
Original file line number Diff line number Diff line change 7
7
8
8
[package ]
9
9
name = " sbp2json"
10
- version = " 4.17.1-alpha "
10
+ version = " 5.0.0-unreleased "
11
11
repository = " https://github.com/swift-nav/libsbp"
12
12
description = " Rust native implementation of SBP (Swift Binary Protocol) to JSON conversion tools"
13
13
authors = [
" Swift Navigation <[email protected] >" ]
@@ -62,4 +62,4 @@ path = "src/bin/json2sbp.rs"
62
62
63
63
[[bin ]]
64
64
name = " json2json"
65
- path = " src/bin/json2json.rs"
65
+ path = " src/bin/json2json.rs"
You can’t perform that action at this time.
0 commit comments