Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump rustc and dependencies to newer versions #61

Merged
merged 3 commits into from
Sep 8, 2023

Conversation

andrei-ng
Copy link
Contributor

This PR bumps up all dependencies including rustc to 1.70.

I have been using this versions in a few applications with M8L since June and unless I missed some important reason for not bumping dependencies, I would love to see this merged in.

I update the example in ublox_cli to work with the new clap and serialport versions.

@gwbres please let me know what you think.

ublox_cli/src/main.rs Show resolved Hide resolved
ublox_cli/src/main.rs Show resolved Hide resolved
.github/workflows/rust.yml Outdated Show resolved Hide resolved
@andrei-ng andrei-ng force-pushed the update-dependencies branch 4 times, most recently from d52942e to 3019985 Compare September 8, 2023 07:57
- bumps all dependencies to more recent versions
- lints Cargo.toml files
- updates ublox_cli example to work with new `clap` and `serialport` APIs
- tested ublox_cli example on M8L device
- update CI and README with rustc version
- fix urls in badges

Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
- exclude the examples from the top level workspace
- allow to build examples independently and with newer MVRC
- update CI to build examples separately

Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
@gwbres gwbres merged commit d5f7410 into ublox-rs:master Sep 8, 2023
4 checks passed
@andrei-ng andrei-ng deleted the update-dependencies branch September 8, 2023 08:47
aholtzma pushed a commit to appliedmind/ublox that referenced this pull request Nov 16, 2023
parser: move test into "mod tests"

CI: make sure that we test with all features "on"

fix parsing of MonVer packet plus regressioni test for that

Fix compilation on `no_std`.

Merge pull request ublox-rs#49 from reitermarkus/no-std

Fix compilation on `no_std`.
Merge branch 'master' into fix-mon-ver-parsing
Merge pull request ublox-rs#47 from Dushistov/fix-mon-ver-parsing

Fix mon ver parsing
Fix enum casing. (ublox-rs#50)

Update minimum required version to 1.65 (ublox-rs#58)

* Update minimum required version to 1.65

---------

Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com>
add support for UBX-SEC-UNIQID (ublox-rs#48)

Co-authored-by: gwbres <guillaume.bressaix@gmail.com>
introduce cargo fmt and execute it a first time (ublox-rs#59)

Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com>
Introduce clippy fixes, auto derive default (ublox-rs#60)

* apply clippy fixes, derive Default enum
* Clippy on CI level
* Swap to match statements
* Derive eq
bump rustc and dependencies to newer versions (ublox-rs#61)

* bumps dependencies for ublox library

- bumps all dependencies to more recent versions
- lints Cargo.toml files
- updates ublox_cli example to work with new `clap` and `serialport` APIs
- tested ublox_cli example on M8L device
- update CI and README with rustc version
- fix urls in badges

Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>

* move cli example to examples

- exclude the examples from the top level workspace
- allow to build examples independently and with newer MVRC
- update CI to build examples separately

Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>

* fix clippy & fmt errors

Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>

---------

Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
add ci workflow badge to the readme (ublox-rs#62)

Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com>
add hnr messages (ublox-rs#63)

* rename UBX-NAV-PVT message as per uBlox protocol description

Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>

* refactor: add more NAV-PVT mapping functions

Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>

* add HNR-ATT and HNR-INS messages

Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>

---------

Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
use uniform `itow` naming across packets (ublox-rs#64)

Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
release v0.4.3 (ublox-rs#65)

Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com>
clippy changes (ublox-rs#67)

Improve support for embedded targets (ublox-rs#69)

* ci: test building on embedded targets
* Set resolver=2 in the workspace
* ci: test with feature serde but no alloc
* derive: Manually impl Serialize for PacketSerializer
to avoid the serde feature requiring alloc
bump ublox_derive to v0.1.0 (ublox-rs#70)

* bump ublox_derive to v0.1.0
* ublox: use local referencing (latest)
---------

Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com>
extend basic_cli example with more cmd line arguments (ublox-rs#71)

* refactor: workflow file

Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>

* refactor: small update in doc & README

Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>

* expand ublox-cli example with more cli-args

Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>

---------

Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
Add NAV-SIG and CFG-GNSS messages.

Merge remote-tracking branch 'upstream/master' into nav-sig

Fix PR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants