Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Juici committed Feb 23, 2020
1 parent 4dda154 commit f159445
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "int-enum"
version = "0.3.0"
version = "0.4.0"
authors = ["James Whaley <[email protected]>"]
description = "A procedural macro for conversion between integer and enum types."
license = "MIT"
Expand All @@ -25,12 +25,11 @@ convert = ["int-enum-impl/convert"]

[dependencies]
cfg-if = "0.1"
int-enum-impl = { version = "0.3", path = "int-enum-impl" }
int-enum-impl = { version = "0.4", path = "int-enum-impl" }
serde_crate = { package = "serde", version = "1", optional = true }

[dev-dependencies]
int-enum = { path = "./" }
rustversion = "1.0"
trybuild = "1.0"
serde_json = "1"
serde_crate = { package = "serde", version = "1" }
trybuild = "1.0"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
int-enum = "0.3"
int-enum = "0.4"
```


Expand Down
2 changes: 1 addition & 1 deletion int-enum-impl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "int-enum-impl"
version = "0.3.0"
version = "0.4.0"
authors = ["James Whaley <[email protected]>"]
description = "A procedural macro for conversion between integer and enum types."
license = "MIT"
Expand Down

0 comments on commit f159445

Please sign in to comment.