Skip to content

Commit

Permalink
bumping to latest version of libswiftnav (#1451)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
pcrumley authored Oct 21, 2024
1 parent b350158 commit 4f99d87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust/sbp/Cargo.toml
Original file line number Diff line number Diff line change
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 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 4f99d87

Please sign in to comment.