Skip to content

Commit

Permalink
fix-up 5.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
silverjam committed Aug 10, 2023
1 parent a362a60 commit c7ea9b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions rust/sbp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

[package]
name = "sbp"
version = "4.17.1-alpha"
version = "5.0.0"
description = "Rust native implementation of SBP (Swift Binary Protocol) for communicating with devices made by Swift Navigation"
authors = ["Swift Navigation <[email protected]>"]
repository = "https://github.com/swift-nav/libsbp"
Expand Down Expand Up @@ -71,4 +71,4 @@ serialport = "2.1.0"

[package.metadata.docs.rs]
# Whether to pass `--all-features` to Cargo when building docs for docs.rs
all-features = true
all-features = true
4 changes: 2 additions & 2 deletions rust/sbp2json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

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

[[bin]]
name = "json2json"
path = "src/bin/json2json.rs"
path = "src/bin/json2json.rs"

0 comments on commit c7ea9b5

Please sign in to comment.