Skip to content

Commit e3dc02d

Browse files
committed
New release 0.25.1
=== Breaking changes - Set minimum supported rust version to 1.77. (6bd5418) === New features - N/A === Bug fixes - Fix compiling error on rust 1.77. (6bd5418) Signed-off-by: Gris Ge <[email protected]>
1 parent 4dfe87d commit e3dc02d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# Changelog
2+
## [0.25.1] - 2025-08-29
3+
### Breaking changes
4+
- Set minimum supported rust version to 1.77. (6bd5418)
5+
6+
### New features
7+
- N/A
8+
9+
### Bug fixes
10+
- Fix compiling error on rust 1.77. (6bd5418)
11+
212
## [0.25.0] - 2025-08-27
313
### Breaking changes
414
- Drop the dependency on `netlink-packet-utils`. (e09acbd)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Corentin Henry <[email protected]>"]
33
name = "netlink-packet-route"
4-
version = "0.25.0"
4+
version = "0.25.1"
55
edition = "2021"
66
rust-version = "1.77"
77
homepage = "https://github.com/rust-netlink/netlink-packet-route"

0 commit comments

Comments
 (0)