Skip to content

Commit

Permalink
Bump macros version
Browse files Browse the repository at this point in the history
  • Loading branch information
paupino committed Feb 1, 2024
1 parent 179039a commit d72e787
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Version History

## 1.34.2

### Fixed

* Deprecate `macros` feature until circular dependency issue is resolved properly.

## 1.34.1

### Fixed
Expand Down
5 changes: 2 additions & 3 deletions macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust_decimal_macros"
version = "1.34.1"
version = "1.34.2"
authors = ["Paul Mason <[email protected]>"]
edition = "2021"
description = "Shorthand macros to assist creating Decimal types."
Expand All @@ -12,8 +12,7 @@ categories = ["science","data-structures"]
license = "MIT"

[dependencies]
# This needs to be a locked version until we can remove this dependency altogether
rust_decimal = { version = "=1.33.1", default-features = false }
rust_decimal = { version = "1.33", default-features = false }
quote = "1.0"

[dev-dependencies]
Expand Down

0 comments on commit d72e787

Please sign in to comment.