Skip to content

Commit 255edc4

Browse files
committed
misc: fix publish
1 parent 8ce65a9 commit 255edc4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
uses: actions-rs/cargo@v1
6161
with:
6262
command: publish
63+
args: --features compression,tokio-comp
6364

6465
- name: Update deployment status
6566
uses: actions/github-script@v3

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
### Fix
10+
11+
- Fix CI publish command, we can't build it with every features, we have to choose the runtime.
912

1013
## [1.0.0]
1114

0 commit comments

Comments
 (0)