Skip to content

Commit

Permalink
v0.2.34
Browse files Browse the repository at this point in the history
  • Loading branch information
cestef committed Mar 7, 2024
1 parent 98e7058 commit e7114ac
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.33"
version = "0.2.34"
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.33" }
edtui = { path = "crates/edtui", package = "edtui-papier", version = "0.2.34" }

0 comments on commit e7114ac

Please sign in to comment.