mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-06 19:45:29 +00:00
Release 0.2.0
This commit is contained in:
parent
a8beaaae84
commit
990458b771
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -182,7 +182,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ouch"
|
name = "ouch"
|
||||||
version = "0.1.6"
|
version = "0.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"atty",
|
"atty",
|
||||||
"bzip2",
|
"bzip2",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "ouch"
|
name = "ouch"
|
||||||
version = "0.1.6"
|
version = "0.2.0"
|
||||||
authors = ["Vinícius Rodrigues Miguel <vrmiguel99@gmail.com>", "João M. Bezerra <marcospb19@hotmail.com>"]
|
authors = ["Vinícius Rodrigues Miguel <vrmiguel99@gmail.com>", "João M. Bezerra <marcospb19@hotmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#! /usr/bin/sh
|
#! /usr/bin/sh
|
||||||
|
|
||||||
# Needs to be updated each version bump
|
# Needs to be updated each version bump
|
||||||
VERSION="0.1.6"
|
VERSION="0.2.0"
|
||||||
|
|
||||||
DOWNLOAD_LOCATION="/tmp/ouch-binary"
|
DOWNLOAD_LOCATION="/tmp/ouch-binary"
|
||||||
INSTALLATION_LOCATION="/usr/local/bin/ouch"
|
INSTALLATION_LOCATION="/usr/local/bin/ouch"
|
||||||
|
@ -23,7 +23,7 @@ use lazy_static::lazy_static;
|
|||||||
|
|
||||||
pub const EXIT_FAILURE: i32 = libc::EXIT_FAILURE;
|
pub const EXIT_FAILURE: i32 = libc::EXIT_FAILURE;
|
||||||
|
|
||||||
const VERSION: &str = "0.1.6";
|
const VERSION: &'static str = env!("CARGO_PKG_VERSION");
|
||||||
|
|
||||||
lazy_static! {
|
lazy_static! {
|
||||||
static ref NO_COLOR_IS_SET: bool = {
|
static ref NO_COLOR_IS_SET: bool = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user