Skip to content

Commit

Permalink
Bender 0.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
micprog committed Jul 12, 2023
1 parent 20cfa60 commit dc733b2
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased

## 0.27.2 - 2023-07-12
### Added
- Add information on expected location for manifest file not found.

Expand Down
40 changes: 20 additions & 20 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bender"
version = "0.27.1"
version = "0.27.2"
authors = ["Fabian Schuiki <fschuiki@iis.ee.ethz.ch>", "Andreas Kurth <akurth@iis.ee.ethz.ch>", "Michael Rogenmoser <michael@rogenmoser.us>"]
repository = "https://github.com/pulp-platform/bender"
description = "A dependency management tool for hardware projects."
Expand Down
4 changes: 1 addition & 3 deletions src/resolver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ use futures::future::join_all;
use indexmap::{IndexMap, IndexSet};
use tokio::runtime::Runtime;

extern crate itertools;
use self::itertools::Itertools;
use itertools::Itertools;

extern crate is_terminal;
use is_terminal::IsTerminal;

use std::io::{self, Write};
Expand Down

0 comments on commit dc733b2

Please sign in to comment.