Skip to content

Commit 9693315

Browse files
committed
Version 1.40.0
1 parent f55091c commit 9693315

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.buildnumber

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
1
2-
39
2+
40
33
0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ name = "rust_decimal"
1212
readme = "./README.md"
1313
repository = "https://github.com/paupino/rust-decimal"
1414
rust-version = "1.67.1"
15-
version = "1.39.0"
15+
version = "1.40.0"
1616

1717
[package.metadata.docs.rs]
1818
all-features = true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Alternatively, you can edit your `Cargo.toml` directly and run `cargo update`:
2929

3030
```toml
3131
[dependencies]
32-
rust_decimal = "1.39"
32+
rust_decimal = "1.40"
3333
```
3434

3535
To enable macro support, you can enable the `macros` feature:

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust_decimal_macros"
3-
version = "1.39.0"
3+
version = "1.40.0"
44
authors = ["Paul Mason <paul@form1.co.nz>"]
55
edition = "2021"
66
description = "Shorthand macros to assist creating Decimal types."

0 commit comments

Comments
 (0)