Skip to content

Commit c7ea9b5

Browse files
committed
fix-up 5.0.0 release
1 parent a362a60 commit c7ea9b5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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 = "4.17.1-alpha"
10+
version = "5.0.0"
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 = "4.17.1-alpha"
10+
version = "5.0.0-unreleased"
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)