aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.lock
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-05-17 04:56:37 +0900
committernsfisis <nsfisis@gmail.com>2026-05-17 04:57:23 +0900
commit8fb6de392bbac104c07a5cdbac12a4fd25ab1127 (patch)
tree9cbe66e913ae2166b1f976ae5a2a1e8a06492e97 /Cargo.lock
parent90b3be462bd2f91ef366df06c2b5bbae2821a394 (diff)
downloadphp-shirabe-8fb6de392bbac104c07a5cdbac12a4fd25ab1127.tar.gz
php-shirabe-8fb6de392bbac104c07a5cdbac12a4fd25ab1127.tar.zst
php-shirabe-8fb6de392bbac104c07a5cdbac12a4fd25ab1127.zip
fix(semver): resolve shirabe-semver compile errors
- 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
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b275c43..bd3ea0e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -931,6 +931,7 @@ name = "shirabe-semver"
version = "0.0.1"
dependencies = [
"anyhow",
+ "indexmap",
"shirabe-php-shim",
]