Skip to content

Commit 863d4bf

Browse files
authored
hex-literal: release v1.0.0 (#1154)
### Changed - Edition changed to 2024 and MSRV bumped to 1.85 ([#1149]) - Relax MSRV policy and allow MSRV bumps in patch releases [#1149]: #1149
1 parent 9521e7a commit 863d4bf

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hex-literal/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## 0.5.0 (unreleased)
7+
## 1.0.0 (2025-02-22)
88
### Changed
99
- Edition changed to 2024 and MSRV bumped to 1.85 ([#1149])
10+
- Relax MSRV policy and allow MSRV bumps in patch releases
1011

1112
[#1149]: https://github.com/RustCrypto/utils/pull/1149
1213

hex-literal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hex-literal"
3-
version = "0.5.0-pre"
3+
version = "1.0.0"
44
authors = ["RustCrypto Developers"]
55
license = "MIT OR Apache-2.0"
66
description = "Macro for converting hexadecimal string to a byte array at compile time"

0 commit comments

Comments
 (0)