Skip to content

Commit

Permalink
Merge pull request #92 from curlpipe/0.2.7
Browse files Browse the repository at this point in the history
0.2.7
  • Loading branch information
curlpipe authored Nov 22, 2020
2 parents 7712269 + 5bf2c20 commit 086f665
Show file tree
Hide file tree
Showing 16 changed files with 1,736 additions and 1,172 deletions.
225 changes: 189 additions & 36 deletions Cargo.lock

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

7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ox"
version = "0.2.6"
version = "0.2.7"
authors = ["Curlpipe <[email protected]>"]
edition = "2018"
description = "A Rust powered text editor."
Expand All @@ -18,15 +18,16 @@ panic = "abort"
codegen-units = 1

[dependencies]
termion = "1.5.5"
unicode-segmentation = "1.6.0"
unicode-width = "0.1.8"
clap = "2.33.3"
shellexpand = "2.0.0"
ron = "0.6.2"
serde = "1.0.117"
regex = "1.4.1"
regex = "1.4.2"
directories = "3.0.1"
crossterm = "0.18.2"
term = "0.6.1"

[package.metadata.rpm]
package = "ox"
Expand Down
Loading

0 comments on commit 086f665

Please sign in to comment.