Skip to content

Commit

Permalink
Switch back to upstream octocrab
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Sep 23, 2024
1 parent 2bb23c4 commit a368c7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ edition = "2021"
anyhow = "^1"
clap = { version = "^4", features = ["derive", "env"] }
git2 = "^0"
# change back to crates.io after https://github.com/XAMPPRocky/octocrab/pull/680 got released
octocrab = { version = "^0", git = "https://github.com/SuperSandro2000/octocrab.git", branch = "pr_commits" }
octocrab = "^0"
serde = "^1"
serde_yml = "^0"
tokio = { version = "^1", features = ["macros", "rt-multi-thread"] }
Expand Down

0 comments on commit a368c7e

Please sign in to comment.