use versioned SwiftRs

This commit is contained in:
Brendan Allan 2021-10-20 15:04:26 +08:00
parent b29135843e
commit 076b395501
2 changed files with 4 additions and 4 deletions

View file

@ -5,9 +5,9 @@
"package": "SwiftRs",
"repositoryURL": "https://github.com/Brendonovich/swift-rs",
"state": {
"branch": "master",
"revision": "1827da87300a581b5cd828dd5c9bd5dcd26243b6",
"version": null
"branch": null,
"revision": "196359dfb25a9520d534655c1321150e36c1b1dd",
"version": "0.1.0"
}
}
]

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(name: "SwiftRs", url: "https://github.com/Brendonovich/swift-rs", branch: "master")
.package(name: "SwiftRs", url: "https://github.com/Brendonovich/swift-rs", from: "0.1.0")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.