From 9aa089fd09f551cf4b6293a55f0b01610bc263c3 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Wed, 17 Aug 2022 21:24:14 -0400 Subject: [PATCH] Update Splash --- Cargo.toml | 2 +- highlight-swift/Package.resolved | 4 ++-- highlight-swift/Package.swift | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b529ce0..891db67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "splash-rs" -version = "0.2.0" +version = "0.2.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/highlight-swift/Package.resolved b/highlight-swift/Package.resolved index 55695dd..2595be3 100644 --- a/highlight-swift/Package.resolved +++ b/highlight-swift/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/JohnSundell/Splash.git", "state" : { - "revision" : "7f4df436eb78fe64fe2c32c58006e9949fa28ad8", - "version" : "0.16.0" + "branch" : "master", + "revision" : "2e3f17c2d09689c8bf175c4a84ff7f2ad3353301" } } ], diff --git a/highlight-swift/Package.swift b/highlight-swift/Package.swift index 37aa78a..de18bd7 100644 --- a/highlight-swift/Package.swift +++ b/highlight-swift/Package.swift @@ -17,7 +17,7 @@ let package = Package( ], dependencies: [ // Dependencies declare other packages that this package depends on. - .package(url: "https://github.com/JohnSundell/Splash.git", .upToNextMinor(from: "0.16.0")), + .package(url: "https://github.com/JohnSundell/Splash.git", branch: "master"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.