Skip to content

Commit 9769e3c

Browse files
authored
Merge pull request #14 from EmbarkStudios/tandr/update-tonic
Upgrade tonic-build to 0.10.2
2 parents f0cba3e + 1e2a542 commit 9769e3c

File tree

8 files changed

+287
-252
lines changed

8 files changed

+287
-252
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
crate: cargo-tarpaulin
6363
locked: true
6464
- name: Code coverage
65-
run: cargo tarpaulin --profile release --features protoc-tests
65+
run: cargo tarpaulin --profile release --features protoc-tests --implicit-test-threads -- --test-threads=1
6666
# Add fail CI to this step when public
6767
- name: Upload coverage
6868
uses: codecov/codecov-action@v3

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
<!-- next-header -->
1111
## [Unreleased] - ReleaseDate
12+
## [0.2.0] - 2023-04-12
13+
### Changed
14+
- Tonic build upgraded to 0.10.2
1215
## [0.1.2] - 2023-04-11
1316
### Changed
1417
- Tonic build upgraded to 0.9.1

0 commit comments

Comments
 (0)