Skip to content

Commit dee7aab

Browse files
authored
put the cargo dep in the right place (#1456)
# 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
1 parent c93cc89 commit dee7aab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

generator/sbpg/targets/resources/rust/sbp_cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#########################################################################
22
### ###
33
### WARNING: This file is generated, please update the template at: ###
4-
### generator/sbpg/targets/resources/rust/sbp-cargo.toml ###
4+
### generator/sbpg/targets/resources/rust/sbp_cargo.toml ###
55
### ###
66
#########################################################################
77

@@ -34,7 +34,7 @@ crc16 = "0.4"
3434
log = "0.4"
3535

3636
[dependencies.swiftnav]
37-
version = "0.8"
37+
version = "0.10"
3838
optional = true
3939

4040
[dependencies.slotmap]

rust/sbp/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#########################################################################
22
### ###
33
### WARNING: This file is generated, please update the template at: ###
4-
### generator/sbpg/targets/resources/rust/sbp-cargo.toml ###
4+
### generator/sbpg/targets/resources/rust/sbp_cargo.toml ###
55
### ###
66
#########################################################################
77

@@ -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

0 commit comments

Comments
 (0)