Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

Commit

Permalink
Use tide-github from crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
koenw committed Jun 23, 2022
1 parent 78e1b48 commit 2965ac4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tide = "0.16"
async-std = { version = "1.8", features = ["attributes"] }
serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0"
tide-github = { path = "../tide-github" }
tide-github = "0.3"
octocrab = "0.15"
log = "0.4"
pretty_env_logger = "0.4"
Expand Down

0 comments on commit 2965ac4

Please sign in to comment.