mirror of
https://github.com/FliegendeWurst/tmux-thumbs.git
synced 2024-11-22 12:54:59 +00:00
Bump version 0.4.4
This commit is contained in:
parent
1d0b0b68e7
commit
b0a76015f5
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -141,7 +141,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "thumbs"
|
||||
version = "0.4.3"
|
||||
version = "0.4.4"
|
||||
dependencies = [
|
||||
"base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "thumbs"
|
||||
version = "0.4.3"
|
||||
version = "0.4.4"
|
||||
authors = ["Ferran Basora <fcsonline@gmail.com>"]
|
||||
edition = "2018"
|
||||
description = "A lightning fast version copy/pasting like vimium/vimperator"
|
||||
|
@ -365,7 +365,7 @@ cargo install thumbs
|
||||
And those are all available options:
|
||||
|
||||
```
|
||||
thumbs 0.4.3
|
||||
thumbs 0.4.4
|
||||
A lightning fast version copy/pasting like vimium/vimperator
|
||||
|
||||
USAGE:
|
||||
@ -433,7 +433,7 @@ I was curious to know if this was possible to be written in [Rust](https://www.r
|
||||
|
||||
This project started as a side project to learn Rust, so I'm sure that is full
|
||||
of mistakes and areas to be improve. If you think you can tweak the code to
|
||||
make it better, I'll really appreaciate a pull request. ;)
|
||||
make it better, I'll really appreciate a pull request. ;)
|
||||
|
||||
# License
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user