Update Splash

This commit is contained in:
Shadowfacts 2022-08-17 21:24:14 -04:00
parent 108439043f
commit 9aa089fd09
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "splash-rs" name = "splash-rs"
version = "0.2.0" version = "0.2.1"
edition = "2021" edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -5,8 +5,8 @@
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/JohnSundell/Splash.git", "location" : "https://github.com/JohnSundell/Splash.git",
"state" : { "state" : {
"revision" : "7f4df436eb78fe64fe2c32c58006e9949fa28ad8", "branch" : "master",
"version" : "0.16.0" "revision" : "2e3f17c2d09689c8bf175c4a84ff7f2ad3353301"
} }
} }
], ],

View File

@ -17,7 +17,7 @@ let package = Package(
], ],
dependencies: [ dependencies: [
// Dependencies declare other packages that this package depends on. // 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: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite. // Targets are the basic building blocks of a package. A target can define a module or a test suite.