Skip to content

Commit

Permalink
v0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
sug0 committed Oct 29, 2022
1 parent 118269c commit 578cf05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ For now, I'll be keeping it kind of low key. Insert this
in your `Cargo.toml` file:

```toml
[dependencies]
feim = { git = "https://git.sr.ht/~sugo/feim", tag = "v0.12" }
[dependencies.feim]
tag = "v0.13"
features = ["enable-all-formats"]
git = "https://git.sr.ht/~sugo/feim"
```
2 changes: 1 addition & 1 deletion crate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "feim"
version = "0.12.0"
version = "0.13.0"
authors = ["Tiago Carvalho <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 578cf05

Please sign in to comment.