-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prep rust for next release #no_auto_pr
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
|
||
[package] | ||
name = "sbp" | ||
version = "5.0.0" | ||
version = "5.0.1-alpha" | ||
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" | ||
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
|
||
[package] | ||
name = "sbp2json" | ||
version = "5.0.0-unreleased" | ||
version = "5.0.1-alpha" | ||
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]>"] | ||
|
@@ -62,4 +62,4 @@ path = "src/bin/json2sbp.rs" | |
|
||
[[bin]] | ||
name = "json2json" | ||
path = "src/bin/json2json.rs" | ||
path = "src/bin/json2json.rs" |