File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
## [ Unreleased]
11
11
12
+ ## [ 1.13.0] - 2025-02-18
13
+
12
14
- Support for borsh @ 1.5 ([ #416 ] )
13
15
- ` copy_le_to_slice ` family to allow easier writing to pre-allocated buffers ([ #424 ] )
14
16
- Unpin proptest ([ #426 ] )
@@ -369,7 +371,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
369
371
370
372
<!-- links to version -->
371
373
372
- [ unreleased ] : https://github.com/recmo/uint/compare/v1.12.4...HEAD
374
+ [ unreleased ] : https://github.com/recmo/uint/compare/v1.13.0...HEAD
375
+ [ 1.13.0 ] : https://github.com/recmo/uint/releases/tag/v1.13.0
373
376
[ 1.12.4 ] : https://github.com/recmo/uint/releases/tag/v1.12.4
374
377
[ 1.12.3 ] : https://github.com/recmo/uint/releases/tag/v1.12.3
375
378
[ 1.12.1 ] : https://github.com/recmo/uint/releases/tag/v1.12.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ruint"
3
3
description = " Unsigned integer type with const-generic bit length"
4
- version = " 1.12.4 "
4
+ version = " 1.13.0 "
5
5
keywords = [" uint" ]
6
6
categories = [" mathematics" ]
7
7
include = [" .cargo/" , " src/" , " README.md" ]
You can’t perform that action at this time.
0 commit comments