Skip to content

Commit

Permalink
v0.2.32
Browse files Browse the repository at this point in the history
  • Loading branch information
cestef committed Mar 7, 2024
1 parent a35bcdb commit f471307
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 @@ -3,7 +3,7 @@ resolver = "2"
members = ["crates/papier", "crates/edtui"]

[workspace.package]
version = "0.2.31"
version = "0.2.32"
authors = ["cstef <root@cstef.dev>"]
readme = "README.md"
license = "MIT"
Expand All @@ -14,4 +14,4 @@ ratatui = "0.26.1"
crossterm = "0.27.0"
serde = "1.0.197"
tokio = "1.36.0"
edtui = { path = "crates/edtui", package = "edtui-papier", version = "0.2.31" }
edtui = { path = "crates/edtui", package = "edtui-papier", version = "0.2.32" }

0 comments on commit f471307

Please sign in to comment.