Skip to content

Commit

Permalink
bump version - wrong name in the previous one
Browse files Browse the repository at this point in the history
  • Loading branch information
frosklis committed Mar 15, 2021
1 parent c1ff710 commit 570ce15
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 = "dinero-rs"
version = "0.19.0"
version = "0.20.0"
authors = ["Claudio Noguera <[email protected]>"]
edition = "2018"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/parser/tokenizers/commodity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ impl<'a> Tokenizer<'a> {
}
}
Rule::flag => default = true,
Rule::EOI => {},
Rule::EOI => {}
x => panic!("{:?} not expected", x),
}
}
Expand Down

0 comments on commit 570ce15

Please sign in to comment.