Skip to content

Commit

Permalink
Update changelog, bump defmt version
Browse files Browse the repository at this point in the history
  • Loading branch information
danlehmann committed Aug 30, 2023
1 parent d5a52a1 commit 2f4e076
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Added

- Support `Step` so that arbitrary-int can be used in a range expression, e.g. `for n in u3::MIN..=u3::MAX { println!("{n}") }`. Note this trait is currently unstable, and so is only usable in nightly. Enable this feature with `step_trait`.
- Support formatting via [defmt](https://crates.io/crates/defmt). Enable the option `defmt` feature

## arbitrary-int 1.2.6

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ defmt = ["dep:defmt"]

[dependencies]
num-traits = { version = "0.2.15", default-features = false, optional = true }
defmt = { version = "0.3.4", optional = true }
defmt = { version = "0.3.5", optional = true }

0 comments on commit 2f4e076

Please sign in to comment.