File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2828#define SBP_PATCH_VERSION 0
2929
3030/** Full SBP version string. */
31- #define SBP_VERSION "5.0.0 "
31+ #define SBP_VERSION "5.0.1-alpha "
3232
3333/** Is this a staging branch? */
3434#define SBP_STAGING 0
Original file line number Diff line number Diff line change 77
88[package ]
99name = " sbp"
10- version = " 5.0.0 "
10+ version = " 5.0.1-alpha "
1111description = " Rust native implementation of SBP (Swift Binary Protocol) for communicating with devices made by Swift Navigation"
1212authors = [
" Swift Navigation <[email protected] >" ]
1313repository = " https://github.com/swift-nav/libsbp"
@@ -71,4 +71,4 @@ serialport = "2.1.0"
7171
7272[package .metadata .docs .rs ]
7373# 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 77
88[package ]
99name = " sbp2json"
10- version = " 5.0.0-unreleased "
10+ version = " 5.0.1-alpha "
1111repository = " https://github.com/swift-nav/libsbp"
1212description = " Rust native implementation of SBP (Swift Binary Protocol) to JSON conversion tools"
1313authors = [
" Swift Navigation <[email protected] >" ]
@@ -62,4 +62,4 @@ path = "src/bin/json2sbp.rs"
6262
6363[[bin ]]
6464name = " 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