Skip to content

Commit 8411605

Browse files
committed
Update swift-css dependency to 0.5.0
1 parent b8c2c86 commit 8411605

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ let package = Package(
5555
.package(url: "https://github.com/apple/swift-collections", from: "1.3.0"),
5656
.package(url: "https://github.com/coenttb/swift-html-rendering", from: "0.1.14"),
5757
.package(url: "https://github.com/coenttb/swift-markdown-html-rendering", from: "0.1.2"),
58-
.package(url: "https://github.com/coenttb/swift-css", from: "0.4.0"),
58+
.package(url: "https://github.com/coenttb/swift-css", from: "0.5.0"),
5959
.package(url: "https://github.com/coenttb/swift-svg", from: "0.3.0"),
6060
.package(url: "https://github.com/coenttb/swift-translating", from: "0.3.0"),
6161
.package(url: "https://github.com/swift-standards/swift-html-standard", from: "0.1.6"),

0 commit comments

Comments
 (0)