Skip to content

Commit

Permalink
update to Zellij 0.37.1
Browse files Browse the repository at this point in the history
  • Loading branch information
h1romas4 committed Jun 20, 2023
1 parent 3d6e742 commit 31f5000
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "zellij-datetime"
version = "0.6.0"
version = "0.6.1"
authors = ["h1romas4 <[email protected]>"]
edition = "2021"

[dependencies]
zellij-tile = "^0.37"
zellij-tile-utils = "^0.37"
zellij-tile = "0.37.1"
zellij-tile-utils = "0.37.1"
ansi_term = "^0.12"
chrono-wasi = "^0.4"
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@ static DATETIME_BG_COLOR: (u8, u8, u8) = (32, 32, 32);

## Require

* Zellij `0.37`
* Zellij `0.37.1`

```
$ zellij -V
zellij 0.37.0
zellij 0.37.1
```

```
$ cat Cargo.toml | grep -A 2 dependencies
[dependencies]
zellij-tile = "^0.37"
zellij-tile-utils = "^0.37"
zellij-tile = "0.37.1"
zellij-tile-utils = "0.37.1"
```

> https://zellij.dev/documentation/plugin-upgrading.html
Expand Down

0 comments on commit 31f5000

Please sign in to comment.