Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 1 addition & 30 deletions .config/rail.toml
Original file line number Diff line number Diff line change
@@ -1,26 +1,6 @@
# cargo-rail configuration
# Documentation: https://github.com/loadingalias/cargo-rail

# Targets for multi-platform validation
# Include common host targets and WASM for the runtime
targets = ["x86_64-unknown-linux-gnu"]

[unify]
include_paths = true
include_renamed = false

strict_version_compat = true
exact_pin_handling = "warn"
major_version_conflict = "warn"
preserve_features = []
skip_undeclared_patterns = [
"default",
"std",
"alloc",
"*_backend",
"*_impl",
]

# eryx-wasm-runtime: a staticlib for WASM, not a normal crate.
#
# eryx-macros: its dev-dependency on eryx must stay a bare path dep with no
Expand All @@ -34,13 +14,4 @@ skip_undeclared_patterns = [
# does not prevent this - it still converts the member dep - so the crate has to
# be excluded from unification outright.
exclude = ["eryx-wasm-runtime", "eryx-macros"]
include = []
max_backups = 3
msrv_policy = { mode = "compute", source = "workspace" }


[release]
tag_prefix = "v"
tag_format = "{crate}-{prefix}{version}"
sign_tags = false
require_changelog_entries = false
msrv_policy = { source = "workspace" }
155 changes: 0 additions & 155 deletions docs/cargo-rail-plan.md

This file was deleted.

8 changes: 2 additions & 6 deletions mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version = "0.9.145"
version = "1.259.0"

[tools."cargo:cargo-rail"]
version = "0.28.1"
version = "0.29.0"

[tools."cargo:cargo-all-features"]
version = "1.12.0"
Expand Down Expand Up @@ -85,17 +85,13 @@ description = "Run all CI checks"
depends = ["fmt-check", "lint", "test"]

[tasks.unify]
description = "Unify workspace dependencies and prune dead features"
description = "Preview workspace dependency unification changes"
run = "cargo rail unify"

[tasks.unify-check]
description = "Check for dependency drift (CI)"
run = "cargo rail unify --check"

[tasks.affected]
description = "List affected crates"
run = "cargo rail affected"

[tasks.check-all-features]
description = "Check all feature combinations compile"
run = "cargo check-all-features"
Expand Down