Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tonowak committed Feb 9, 2023
1 parent 9b3cf1e commit 3badf18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bin/semver-crater.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ fn main() -> anyhow::Result<()> {
let args = Args::parse();

let client = crates_io_api::SyncClient::new(
// The format of the string and the duration
// is documented in https://crates.io/policies#crawlers
"crates_io_api: cargo-semver-checks (https://github.com/obi1kenobi/cargo-semver-checks/)",
Duration::from_millis(1000),
)?;
Expand Down

0 comments on commit 3badf18

Please sign in to comment.