Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Release 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 5, 2023
1 parent ab0e33d commit cd132ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "enumn"
version = "0.1.6"
version = "0.1.7"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["rust-patterns", "no-std"]
description = "Convert number to enum"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
//!
//! Here `Letter::n(65)` would return `Some(Letter::A)`.

#![doc(html_root_url = "https://docs.rs/enumn/0.1.6")]
#![doc(html_root_url = "https://docs.rs/enumn/0.1.7")]
#![allow(
clippy::missing_panics_doc,
clippy::needless_doctest_main,
Expand Down

0 comments on commit cd132ff

Please sign in to comment.