mirror of
https://github.com/edu4rdshl/blackarch-devtools.git
synced 2026-07-17 23:24:47 +00:00
Bump version.
- It release fix a issue when passing the -l argument to makechrootpkg that ends in an double slash in the chroot copy path.
This commit is contained in:
parent
76eec0e649
commit
73246252b7
4 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -23,7 +23,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
|
||||
[[package]]
|
||||
name = "blackarch-devtools"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "blackarch-devtools"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
authors = ["Eduard Toloza <tolosaeduard@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,5 +1,5 @@
|
|||
name: blackarch-devtools
|
||||
version: "0.1.0"
|
||||
version: "0.1.1"
|
||||
author: Eduard Tolosa <tolosaeduard@gmail.com>
|
||||
about: Development tools for BlackArch Linux
|
||||
args:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue