Skip to content

Commit d72e787

Browse files
committed
Bump macros version
1 parent 179039a commit d72e787

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Version History
22

3+
## 1.34.2
4+
5+
### Fixed
6+
7+
* Deprecate `macros` feature until circular dependency issue is resolved properly.
8+
39
## 1.34.1
410

511
### Fixed

macros/Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust_decimal_macros"
3-
version = "1.34.1"
3+
version = "1.34.2"
44
authors = ["Paul Mason <[email protected]>"]
55
edition = "2021"
66
description = "Shorthand macros to assist creating Decimal types."
@@ -12,8 +12,7 @@ categories = ["science","data-structures"]
1212
license = "MIT"
1313

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

1918
[dev-dependencies]

0 commit comments

Comments
 (0)