Skip to content

Commit a33c751

Browse files
authored
Merge pull request #5 from rtk-rs/update_libs
Update libs
2 parents 0f1f33b + 2226ac4 commit a33c751

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
cargo login $TOKEN
2929
cargo publish --allow-dirty
3030
31-
build:
31+
archive:
32+
runs-on: ubuntu-latest
33+
name: Archive
3234
steps:
3335
- name: Checkout repository
3436
uses: actions/checkout@v4
@@ -68,7 +70,7 @@ jobs:
6870
6971
release:
7072
runs-on: ubuntu-latest
71-
needs: ['build']
73+
needs: ['archive']
7274
# continue even though we failed to download or upload one
7375
# or more artefacts
7476
continue-on-error: true

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ hifitime = "4.0"
3939
itertools = "0.14"
4040
anise = { version = "0.5.3", optional = true }
4141
gnss-rs = { version = "2.3.5", features = ["serde"] }
42-
gnss-qc-traits = { version = "0.1.0", optional = true }
42+
gnss-qc-traits = { git = "https://github.com/rtk-rs/qc-traits", optional = true }
4343
serde = { version = "1.0", optional = true, default-features = false, features = ["derive"] }
4444
flate2 = { version = "1", optional = true, default-features = false, features = ["zlib"] }

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![crates.io](https://img.shields.io/crates/v/sp3.svg)](https://crates.io/crates/sp3)
44
[![Rust](https://github.com/rtk-rs/sp3/actions/workflows/rust.yml/badge.svg)](https://github.com/rtk-rs/sp3/actions/workflows/rust.yml)
5+
[![Rust](https://github.com/rtk-rs/sp3/actions/workflows/daily.yml/badge.svg)](https://github.com/rtk-rs/sp3/actions/workflows/daily.yml)
56
[![crates.io](https://docs.rs/sp3/badge.svg)](https://docs.rs/sp3/)
67
[![crates.io](https://img.shields.io/crates/d/sp3.svg)](https://crates.io/crates/sp3)
78

0 commit comments

Comments
 (0)