Skip to content

Commit

Permalink
use octocrab 0.22 which has patch for bugfix in release API
Browse files Browse the repository at this point in the history
  • Loading branch information
erratic-pattern committed Jun 15, 2023
1 parent 0372125 commit 4043132
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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.

2 changes: 1 addition & 1 deletion crates/cloudtruth-installer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ flate2 = "1.0"
futures-core = "0.3"
futures-util = "0.3"
is-terminal = "0.4"
octocrab = { git = "https://github.com/kallisti-dev/octocrab.git", branch = "asset-uploader-struct" }
octocrab = { version = ">=0.22.0" }
once_cell = "1.17"
reqwest = { version = "~0.11", default-features = false, features = ["stream", "rustls-tls-native-roots"] }
serde_json = "1.0"
Expand Down

0 comments on commit 4043132

Please sign in to comment.