Skip to content

Commit

Permalink
prepare release v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasdewally committed Nov 26, 2024
1 parent dd9b981 commit c1a696a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ It is a port of the Haskell library [Uniplate](https://hackage.haskell.org/packa

Quick links:

* [Installing Uniplate from crates.io](https://crates.io/crates/uniplate/0.1.3)
* [Documentation (docs.rs)](https://docs.rs/uniplate/0.1.3)
* [Installing Uniplate from crates.io](https://crates.io/crates/uniplate/0.1.4)
* [Documentation (docs.rs)](https://docs.rs/uniplate/0.1.4)
* [Github Repository](https://github.com/conjure-cp/uniplate)

## A simple example
Expand Down
2 changes: 1 addition & 1 deletion uniplate-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uniplate-derive"
version = "0.1.3"
version = "0.1.4"
authors = [
"Niklas Dewally <niklas@dewally.com>",
"Özgür Akgün <ozgurakgun@gmail.com>",
Expand Down
4 changes: 2 additions & 2 deletions uniplate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uniplate"
version = "0.1.3"
version = "0.1.4"
authors = [
"Niklas Dewally <niklas@dewally.com>",
"Özgür Akgün <ozgurakgun@gmail.com>",
Expand All @@ -20,7 +20,7 @@ im = { version = "15.1.0", features = ["proptest"] }
proptest = "1.5.0"
proptest-derive = "0.5.0"
thiserror = "1.0.66"
uniplate-derive = { version = "0.1.3", path = "../uniplate-derive" }
uniplate-derive = { version = "0.1.4", path = "../uniplate-derive" }

[dev-dependencies]
trybuild = "1.0.101"
Expand Down

0 comments on commit c1a696a

Please sign in to comment.