Skip to content

Commit

Permalink
Merge pull request #39 from varunsrin/varunsrin/update-deps
Browse files Browse the repository at this point in the history
Bump to version 0.3.6, upgrade dependencies
  • Loading branch information
varunsrin authored Dec 27, 2020
2 parents 56d234f + 82a222a commit 82c487a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [0.3.6] - 2020-12-26

* Upgraded dependencies.

## [0.3.5] - 2020-07-26

* Bugfix: Incorrect metadata for CZK, HUF, ZMK [@zacharra]
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rusty-money"
version = "0.3.5"
version = "0.3.6"
authors = ["Varun Srinivasan <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -15,6 +15,6 @@ categories = ["data-structures", "rust-patterns"]


[dependencies]
rust_decimal = "1.7.0"
rust_decimal_macros = "1.7.0"
rust_decimal = "1.8.1"
rust_decimal_macros = "1.8.1"
lazy_static = "1.4.0"

0 comments on commit 82c487a

Please sign in to comment.