Skip to content

Commit

Permalink
Update crate to 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
azriel91 committed Dec 18, 2021
1 parent 1d64491 commit 9e1c68e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = "enum_variant_type"
version = "0.2.1"
version = "0.3.0"
authors = ["Azriel Hoh <mail@azriel.im>"]
edition = "2018"
description = "Generates types for each enum variant and conversion trait impls."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This is a poor-man's implementation of <https://github.com/rust-lang/rfcs/pull/2

```toml
[dependencies]
enum_variant_type = "0.2.0"
enum_variant_type = "0.3.0"
```

## Examples
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//!
//! ```toml
//! [dependencies]
//! enum_variant_type = "0.2.0"
//! enum_variant_type = "0.3.0"
//! ```
//!
//! # Examples
Expand Down

0 comments on commit 9e1c68e

Please sign in to comment.