From 9faf73a18ed1ee8a1c9c20c5adb723791dc7dfdf Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 16 May 2026 23:43:37 +0900 Subject: feat(port): add as_any/is_disjunctive to ConstraintInterface (needed for MultiConstraint) --- crates/shirabe-semver/src/constraint/bound.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/shirabe-semver/src/constraint/bound.rs') diff --git a/crates/shirabe-semver/src/constraint/bound.rs b/crates/shirabe-semver/src/constraint/bound.rs index 1a63fc3..8e45023 100644 --- a/crates/shirabe-semver/src/constraint/bound.rs +++ b/crates/shirabe-semver/src/constraint/bound.rs @@ -4,7 +4,7 @@ use anyhow::bail; use shirabe_php_shim as php; -#[derive(Debug, PartialEq)] +#[derive(Debug, Clone, PartialEq)] pub struct Bound { version: String, is_inclusive: bool, -- cgit v1.3.1