Update dependencies

This commit is contained in:
2025-09-20 18:35:32 +03:00
parent 8a1103d97a
commit a03a64b3bf

View File

@@ -15,7 +15,7 @@ let package = Package(
dependencies: [ dependencies: [
.package( .package(
url: "https://github.com/angd-dev/data-lite-core.git", url: "https://github.com/angd-dev/data-lite-core.git",
revision: "5c6942bd0b9636b5ac3e550453c07aac843e8416" revision: "94df0b7cca50f07d271b9fc08a25cc7ada6a5be5"
), ),
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0") .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
], ],