Skip to content

Commit

Permalink
Merge pull request #54 from hackerchai/fix-release
Browse files Browse the repository at this point in the history
CI: fix release workflow
  • Loading branch information
hackerchai committed Feb 5, 2021
2 parents 15b06cc + a4a7cb2 commit a5f684e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: publish
args: --no-verify

- name: GitHub Release
id: create_release
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ Add it to `Cargo.toml`
```rust
sqlx-adapter = { version = "0.4.0", features = ["postgres"] }
tokio = "1.1.1"
```

**Warning**: `tokio v1.0` or later is supported from `sqlx-adapter v0.4.0`, we recommend that you upgrade the relevant components to ensure that they work properly. The last version that supports `tokio v0.2` is `diesel-adapter v0.3.0` , you can choose according to your needs.
```

## Configure

Expand Down

0 comments on commit a5f684e

Please sign in to comment.