Skip to content

Commit

Permalink
Bumping version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospb19 committed Nov 2, 2021
1 parent 7ec9699 commit f474d24
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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 = "ouch"
version = "0.3.0"
version = "0.3.1"
authors = ["Vinícius Rodrigues Miguel <[email protected]>", "João M. Bezerra <[email protected]>"]
edition = "2018"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/sh

# Needs to be updated each version bump
VERSION="0.3.0"
VERSION="0.3.1"

DOWNLOAD_LOCATION="/tmp/ouch-binary"
INSTALLATION_LOCATION="/usr/local/bin/ouch"
Expand Down
2 changes: 1 addition & 1 deletion tests/compress_and_decompress.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use utils::*;
fn sanity_check_through_mime() {
// Somehow this test causes test failures when run in parallel with test_each_format
// This is a temporary hack that should allow the tests to pass while this bug isn't solved.
std::thread::sleep(Duration::from_secs(2));
std::thread::sleep(Duration::from_secs(10));

let temp_dir = tempfile::tempdir().expect("to build a temporary directory");

Expand Down

0 comments on commit f474d24

Please sign in to comment.