Skip to content

Commit 4f99d87

Browse files
authored
bumping to latest version of libswiftnav (#1451)
For some reason, the proc_macro of swiftnav-sys is failing on MacOS and Windows but succeeding on Linux. I'm no sure why but it appears there is some precedent for this: rust-lang/rust#59998 When I update the version to the latest version `v0.10.0` it succeeds. I would recommend getting dependabot to bump these versions in the future and also updating the CI/CD to run on a build matrix with `cargo c --all-features` # Description @swift-nav/algint-team # 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: # JIRA Reference https://swift-nav.atlassian.net/browse/BOARD-XXXX
1 parent b350158 commit 4f99d87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/sbp/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -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]
@@ -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)