Skip to content

Commit

Permalink
Update yare requirement from 1.0.0 to 2.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [yare](https://github.com/foresterre/yare) to permit the latest version.
- [Release notes](https://github.com/foresterre/yare/releases)
- [Changelog](https://github.com/foresterre/yare/blob/main/CHANGELOG.md)
- [Commits](foresterre/yare@v1.0.1...yare-macro-v2.0.0)

---
updated-dependencies:
- dependency-name: yare
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Martijn Gribnau <[email protected]>
  • Loading branch information
dependabot[bot] and foresterre committed Oct 17, 2023
1 parent cd31fd2 commit 9ed5d01
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ rust-releases-rust-dist = { version = "^0.27.0", path = "crates/rust-releases-ru
rust-releases-rust-dist-with-cli = { version = "^0.27.0", path = "crates/rust-releases-rust-dist-with-cli", optional = true }

[dev-dependencies]
yare = "1.0.0"
yare = "2.0.0"
2 changes: 1 addition & 1 deletion crates/rust-releases-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ thiserror = "1.0.24"
semver = "1.0.0"

[dev-dependencies]
yare = "1.0.1"
yare = "2.0.0"
2 changes: 1 addition & 1 deletion crates/rust-releases-rust-changelog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ rust-releases-io = { version = "^0.27.0", path = "../rust-releases-io", features
thiserror = "1.0.24"

[dev-dependencies]
yare = "1.0.1"
yare = "2.0.0"
2 changes: 0 additions & 2 deletions src/bisect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,6 @@ mod tests {
use super::*;
use rust_releases_core::{semver, Release};

yare::ide!();

fn narrow_by_minor(release: &Release, at_least: u64) -> Narrow {
if release.version().minor >= at_least {
Narrow::ToRight
Expand Down

0 comments on commit 9ed5d01

Please sign in to comment.