Skip to content

Commit

Permalink
build(release): tmux-backup v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
graelo committed Oct 26, 2022
1 parent 523c4dc commit b040ea9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = [

[package]
name = "tmux-backup"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
rust-version = "1.60.0"
description = "A backup & restore solution for Tmux sessions."
Expand Down Expand Up @@ -38,7 +38,7 @@ si-scale = "0.2"
futures = "0.3"
async-std = { version = "1", features = ["unstable"] }

tmux-lib = { version = "0.1.0", path = "./tmux-lib" }
tmux-lib = { version = "0.2.0", path = "./tmux-lib" }

# archive ser/deser
tempfile = "3"
Expand Down
2 changes: 1 addition & 1 deletion tmux-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tmux-lib"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
rust-version = "1.59.0"
description = "Tmux helper functions."
Expand Down
2 changes: 1 addition & 1 deletion tmux-lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Version requirement: _rustc 1.59.0+_

```toml
[dependencies]
tmux-lib = "0.1"
tmux-lib = "0.2"
```

## Getting started
Expand Down
2 changes: 1 addition & 1 deletion tmux-lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//!
//! ```toml
//! [dependencies]
//! tmux-lib = "0.1"
//! tmux-lib = "0.2"
//! ```
//!
//! ## Getting started
Expand Down

0 comments on commit b040ea9

Please sign in to comment.