diff options
Diffstat (limited to 'crates/shirabe-semver/src/constraint/bound.rs')
| -rw-r--r-- | crates/shirabe-semver/src/constraint/bound.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
