Skip to content

Commit

Permalink
publish: Fix git version not allowed (#306)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored May 28, 2022
1 parent bd7b73b commit 6f1a63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ name = "io"
anyhow = "1.0.56"
async-compat = "0.2.1"
# Temp workaround, should come back to tagged version after https://github.com/Nemo157/async-compression/issues/150 resolved.
async-compression = { git = "https://github.com/Xuanwo/async-compression", rev = "b439493", features = [
async-compression = { package = "async-compression-issue-150-workaround", version = "0.3.15-issue-150", features = [
"futures-io",
"all-algorithms",
], optional = true }
Expand Down

1 comment on commit 6f1a63d

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented on 6f1a63d May 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for opendal ready!

✅ Preview
https://opendal-fkn9manw4-databend.vercel.app

Built with commit 6f1a63d.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.