Skip to content

Commit

Permalink
put the cargo dep in the right place (#1456)
Browse files Browse the repository at this point in the history
# Description

@swift-nav/algint-team

Fixes a bug i added which hand edited a auto-gen'ed file, & fixes an
unrelated typo

# API compatibility

Does this change introduce a API compatibility risk?

No

## API compatibility plan

If the above is "Yes", please detail the compatibility (or migration)
plan:

Non

# JIRA Reference

https://swift-nav.atlassian.net/browse/BOARD-XXXX
  • Loading branch information
pcrumley authored Oct 22, 2024
1 parent c93cc89 commit dee7aab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions generator/sbpg/targets/resources/rust/sbp_cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#########################################################################
### ###
### WARNING: This file is generated, please update the template at: ###
### generator/sbpg/targets/resources/rust/sbp-cargo.toml ###
### generator/sbpg/targets/resources/rust/sbp_cargo.toml ###
### ###
#########################################################################

Expand Down Expand Up @@ -34,7 +34,7 @@ crc16 = "0.4"
log = "0.4"

[dependencies.swiftnav]
version = "0.8"
version = "0.10"
optional = true

[dependencies.slotmap]
Expand Down
4 changes: 2 additions & 2 deletions rust/sbp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#########################################################################
### ###
### WARNING: This file is generated, please update the template at: ###
### generator/sbpg/targets/resources/rust/sbp-cargo.toml ###
### generator/sbpg/targets/resources/rust/sbp_cargo.toml ###
### ###
#########################################################################

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

0 comments on commit dee7aab

Please sign in to comment.