Skip to content

Commit

Permalink
v0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sug0 committed Oct 29, 2022
1 parent e72f5a9 commit 30991af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "feim"
version = "0.11.0"
version = "0.12.0"
authors = ["Tiago Carvalho <[email protected]>"]
edition = "2018"

Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,5 @@ in your `Cargo.toml` file:

```toml
[dependencies]
feim = { git = "https://git.sr.ht/~sugo/feim", tag = "v0.11" }
feim = { git = "https://git.sr.ht/~sugo/feim", tag = "v0.12" }
```

You need a nightly toolchain to build this crate, because I'm
using the unstable `specialization` feature.

0 comments on commit 30991af

Please sign in to comment.