Skip to content

Commit

Permalink
Version 1.23.1 (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
paupino committed Mar 26, 2022
1 parent 0971386 commit a88e9ae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ license = "MIT"
name = "rust_decimal"
readme = "./README.md"
repository = "https://github.com/paupino/rust-decimal"
version = "1.23.0"
version = "1.23.1"
build = "build.rs"

[package.metadata.docs.rs]
Expand Down
4 changes: 4 additions & 0 deletions VERSION.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Version History

## 1.23.1

Fixes issue with `no_std` compatability introduced in `1.23.0` ([#501](https://github.com/paupino/rust-decimal/pull/501)).

## 1.23.0

* Add `BorschSchema` support for the `borsh` feature ([#498](https://github.com/paupino/rust-decimal/pull/498)).
Expand Down
4 changes: 2 additions & 2 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.23.0"
version = "1.23.1"
authors = ["Paul Mason <paul@form1.co.nz>"]
edition = "2018"
description = "Shorthand macros to assist creating Decimal types."
Expand All @@ -12,7 +12,7 @@ categories = ["science","data-structures"]
license = "MIT"

[dependencies]
rust_decimal = { path = "..", version = "1.23.0" }
rust_decimal = { path = "..", version = "1.23.1" }
quote = "1.0"

[dev-dependencies]
Expand Down

0 comments on commit a88e9ae

Please sign in to comment.