File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Version History
2
2
3
+ ## 1.34.2
4
+
5
+ ### Fixed
6
+
7
+ * Deprecate ` macros ` feature until circular dependency issue is resolved properly.
8
+
3
9
## 1.34.1
4
10
5
11
### Fixed
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rust_decimal_macros"
3
- version = " 1.34.1 "
3
+ version = " 1.34.2 "
4
4
authors = [" Paul Mason <paul@form1.co.nz>" ]
5
5
edition = " 2021"
6
6
description = " Shorthand macros to assist creating Decimal types."
@@ -12,8 +12,7 @@ categories = ["science","data-structures"]
12
12
license = " MIT"
13
13
14
14
[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 }
17
16
quote = " 1.0"
18
17
19
18
[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments