update swift-rs (#605)

This commit is contained in:
Brendan Allan
2023-03-13 22:53:28 +08:00
committed by GitHub
parent 1978e2ff48
commit 53229809ca
5 changed files with 5 additions and 5 deletions

BIN
Cargo.lock generated
View File

Binary file not shown.

View File

@@ -33,7 +33,7 @@ rspc = { version = "0.1.2" }
specta = { version = "0.0.6" }
httpz = { version = "0.0.3" }
swift-rs = { version = "1.0" }
swift-rs = { version = "1.0.1" }
tokio = { version = "1.25.0" }

View File

@@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/brendonovich/swift-rs",
"state": {
"branch": null,
"revision": "e30e6f539898248ab9387b0e21b79167729144b6",
"version": "1.0.0"
"revision": "cbb9b96b6036108e76879713e910c05bc9e145c7",
"version": "1.0.1"
}
}
]

View File

@@ -18,7 +18,7 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/brendonovich/swift-rs", from: "1.0.0"),
.package(url: "https://github.com/brendonovich/swift-rs", from: "1.0.1"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

View File

@@ -18,7 +18,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/brendonovich/swift-rs", from: "1.0.0"),
.package(url: "https://github.com/brendonovich/swift-rs", from: "1.0.1"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.