Skip to content

Commit ac7686e

Browse files
committed
prep rust for next release #no_auto_pr
1 parent ee5d2ec commit ac7686e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

c/include/libsbp/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
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

rust/sbp/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
[package]
99
name = "sbp"
10-
version = "5.0.0"
10+
version = "5.0.1-alpha"
1111
description = "Rust native implementation of SBP (Swift Binary Protocol) for communicating with devices made by Swift Navigation"
1212
authors = ["Swift Navigation <[email protected]>"]
1313
repository = "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

rust/sbp2json/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
[package]
99
name = "sbp2json"
10-
version = "5.0.0-unreleased"
10+
version = "5.0.1-alpha"
1111
repository = "https://github.com/swift-nav/libsbp"
1212
description = "Rust native implementation of SBP (Swift Binary Protocol) to JSON conversion tools"
1313
authors = ["Swift Navigation <[email protected]>"]
@@ -62,4 +62,4 @@ path = "src/bin/json2sbp.rs"
6262

6363
[[bin]]
6464
name = "json2json"
65-
path = "src/bin/json2json.rs"
65+
path = "src/bin/json2json.rs"

0 commit comments

Comments
 (0)