aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-semver/Cargo.toml
AgeCommit message (Collapse)Author
2026-05-20chore: allow unused codensfisis
2026-05-17fix(semver): resolve shirabe-semver compile errorsnsfisis
- Replace RefCell with Mutex in Constraint for thread safety - Add clone_box() to ConstraintInterface for cloning trait objects - Propagate Result from Constraint::new() and unwrap at call sites - Fix VersionParser instantiation (unit struct, not fn) - Add indexmap dependency to shirabe-semver
2026-05-16feat(port): add template files for composer/semvernsfisis