Skip to content

Commit

Permalink
update version to 0.3.2
Browse files Browse the repository at this point in the history
ct-austin committed Sep 9, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 5eb7b6b commit 044b8fe
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ifmt"
version = "0.3.1"
version = "0.3.2"
authors = ["ct-austin <[email protected]>"]
edition = "2018"
readme = "README.md"
@@ -9,7 +9,7 @@ description = "Inline expression interpolation for Rust."
license = "MIT/Apache-2.0"

[dependencies]
ifmt-impl = { version = "0.3.1", path = "impl" }
ifmt-impl = { version = "0.3.2", path = "impl" }
proc-macro-hack = "0.5"

[workspace]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ A small crate which brings inline string interpolation to rust's standard format
To use ifmt in your project, add
```toml
[dependencies]
ifmt = "0.3.0"
ifmt = "0.3.2"
```
to your Cargo.toml.

2 changes: 1 addition & 1 deletion demo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -6,4 +6,4 @@ edition = "2018"
publish = false

[dependencies]
ifmt = { version = "0.3.1", path = "../" }
ifmt = { version = "0.3.2", path = "../" }
2 changes: 1 addition & 1 deletion impl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ifmt-impl"
version = "0.3.1"
version = "0.3.2"
authors = ["ct-austin <[email protected]>"]
edition = "2018"
repository = "https://github.com/ct-austin/ifmt"

0 comments on commit 044b8fe

Please sign in to comment.