Skip to content

Commit

Permalink
chore: Fix cargo publish (#520)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <github@xuanwo.io>

Signed-off-by: Xuanwo <github@xuanwo.io>
  • Loading branch information
Xuanwo committed Aug 12, 2022
1 parent 8f9a387 commit 4e6d204
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 @@ -60,7 +60,7 @@ flagset = "0.4"
futures = { version = "0.3", features = ["alloc"] }
hdrs = { version = "0.1", optional = true, features = ["futures-io"] }
http = "0.2"
isahc = { git = "https://github.com/sagebind/isahc/", rev = "2cb2fe4b1fecd33377e579596f45577380991067" }
isahc = { package = "isahc-opendal-workaround", version = "2.0.0-opendal.1" }
log = "0.4"
md5 = "0.7"
metrics = "0.20"
Expand Down

1 comment on commit 4e6d204

@github-actions
Copy link
Contributor

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-qp7r6wcnl-databend.vercel.app

Built with commit 4e6d204.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.