Skip to content

Commit

Permalink
Fix typo and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
steffahn committed Oct 14, 2020
1 parent 479bbb8 commit 530b29b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = "transitive_from"
version = "0.1.2"
version = "0.1.3"
authors = ["Frank Steffahn <[email protected]>"]
license = "MIT OR Apache-2.0"
description = """
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ impl_From!(<K> for F);
impl_From!(<L> for I);
// Now, to produce all the remaining (transitive) implementations
// and compling the hierarchy, call the macro like this:
// and complete the hierarchy, call the macro like this:
transitive_from::hierarchy! {
A {
B {
Expand Down

0 comments on commit 530b29b

Please sign in to comment.