Skip to content

Commit

Permalink
Added a workaround for rustdoc bug
Browse files Browse the repository at this point in the history
The bug being rust-lang/rust#112085
  • Loading branch information
rodrimati1992 committed May 29, 2023
1 parent eb8ffdd commit 973edf1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ This is the changelog,summarising changes in each version(some minor changes may

# 0.2

### 0.2.31

Added a workaround for rustdoc bug (https://github.com/rust-lang/rust/issues/112085).

### 0.2.29

Added lowercase hexadecimal formatting support.
Expand Down
4 changes: 2 additions & 2 deletions const_format/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "const_format"
version = "0.2.30"
version = "0.2.31"
authors = ["rodrimati1992 <rodrimatt1985@gmail.com>"]
edition = "2018"
license = "Zlib"
Expand Down Expand Up @@ -53,7 +53,7 @@ __only_new_tests = ["__test"]
__docsrs = []

[dependencies.const_format_proc_macros]
version = "=0.2.29"
version = "=0.2.31"
path = "../const_format_proc_macros"

[dependencies.konst]
Expand Down
2 changes: 1 addition & 1 deletion const_format_proc_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "const_format_proc_macros"
version = "0.2.29"
version = "0.2.31"
authors = ["rodrimati1992 <rodrimatt1985@gmail.com>"]
edition = "2018"
license = "Zlib"
Expand Down

0 comments on commit 973edf1

Please sign in to comment.