Skip to content

Commit

Permalink
don't need this dep anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Niko Matsakis committed Feb 28, 2025
1 parent 3cd798f commit 7931a7d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 57 deletions.
54 changes: 0 additions & 54 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion crates/rust-project-goals/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ edition = "2021"
[dependencies]
anyhow = "1.0.94"
chrono = "0.4.39"
disk-persist = "0.1.0"
lazy_static = "1.5.0"
regex = "1.11.1"
reqwest = { version = "0.12.9", features = ["blocking", "json"] }
Expand Down
1 change: 0 additions & 1 deletion crates/rust-project-goals/src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ use std::{
path::{Path, PathBuf},
};

use disk_persist::DiskPersist;
use walkdir::WalkDir;

pub const ARROW: &str = "↳";
Expand Down
2 changes: 1 addition & 1 deletion src/admin/author_updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Triagebot can ping project-goal owners for updates. To use it, go to Zulip and execute a command like this (you need to use an `@` in front of triagebot).

```
triagebot ping-goals 14 Oct-21
@triagebot ping-goals 14 Oct-21
```

The first number (14) is a threshold, it is typically set to the current day of the month (e.g., the above command assumes it is Oct 14). It means "if they have posted a comment in the last 14 days, don't bug them".
Expand Down

0 comments on commit 7931a7d

Please sign in to comment.