Skip to content

Commit a38b677

Browse files
committed
chore(release): cargo-rail v0.3.0
1 parent 5a7337a commit a38b677

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/loadingalias/cargo-rail/compare/v0.2.2...v0.3.0) - 2025-12-11
4+
5+
### 🔧 Chores
6+
7+
- update Cargo.lock ([e4b0f4a](https://github.com/loadingalias/cargo-rail/commit/e4b0f4a65d5ae19a664b87837ec5faf22b4e6a84))
8+
9+
### 📦 Other Changes
10+
11+
- crgo-rail: feat: added 'exclude' to the features pruning; updated cfg in rail.toml; upgraded the 'msrv' detection, resolution w/ cfg in rail.toml && added strict testing; fixed the 'quiche' issue where target-triples aren't defined in any TOML, but instead are in '.github/workflows' in yaml/yml files - validated against CF's quiche repo. add cargo-args output format ([5a7337a](https://github.com/loadingalias/cargo-rail/commit/5a7337a7e1529df4b299033ddbfd788b123c9333))
12+
13+
14+
315
## [0.2.2](https://github.com/loadingalias/cargo-rail/compare/v0.2.0...v0.2.2) - 2025-12-10
416

517
### 🔧 Chores

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-rail"
3-
version = "0.2.2"
3+
version = "0.3.0"
44
edition = "2024"
55
rust-version = "1.91.0"
66
license = "MIT"

0 commit comments

Comments
 (0)