Skip to content

Commit

Permalink
Bump to 0.7.0 and do cargo update
Browse files Browse the repository at this point in the history
Updating anyhow v1.0.56 -> v1.0.57
Updating clap v3.1.8 -> v3.1.14
  Adding clap_lex v0.2.0
Updating libc v0.2.122 -> v0.2.125
Updating memchr v2.4.1 -> v2.5.0
Updating quote v1.0.17 -> v1.0.18
Updating syn v1.0.91 -> v1.0.92
Updating thiserror v1.0.30 -> v1.0.31
Updating thiserror-impl v1.0.30 -> v1.0.31
  • Loading branch information
Ganneff committed May 2, 2022
1 parent d98ce1e commit 68d0f71
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 22 deletions.
48 changes: 27 additions & 21 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,7 +1,7 @@
[package]
name = "tm"
description = "tmux helper"
version = "0.6.2"
version = "0.7.0"
edition = "2021"
authors = ["Jörg Jaspert <joerg@ganneff.de>"]
license = "BSD-2-Clause"
Expand Down

0 comments on commit 68d0f71

Please sign in to comment.