mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-24 08:22:10 -04:00
update swift-rs (#605)
This commit is contained in:
BIN
Cargo.lock
generated
BIN
Cargo.lock
generated
Binary file not shown.
@@ -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" }
|
||||
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user