Skip to content

Commit

Permalink
Dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux committed Nov 28, 2023
1 parent 60ab741 commit 6c4a5ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ let package = Package(
.library(name: "SkipSQL", targets: ["SkipSQL"]),
],
dependencies: [
.package(url: "https://source.skip.tools/skip.git", from: "0.7.29"),
.package(url: "https://source.skip.tools/skip-foundation.git", from: "0.3.6"),
.package(url: "https://source.skip.tools/skip-ffi.git", from: "0.2.0"),
.package(url: "https://source.skip.tools/skip.git", from: "0.7.30"),
.package(url: "https://source.skip.tools/skip-foundation.git", from: "0.3.7"),
.package(url: "https://source.skip.tools/skip-ffi.git", from: "0.2.1"),
],
targets: [
.target(name: "SkipSQL", dependencies: [
Expand Down
2 changes: 1 addition & 1 deletion Sources/SkipSQL/SQLContext.swift
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public final class SQLContext {
case immediate = "IMMEDIATE"
case exclusive = "EXCLUSIVE"
}

/// Performs the given operation in the context of a transaction.
///
/// Specifying `.none` as the transaction mode will execute the command without a transaction.
Expand Down

0 comments on commit 6c4a5ee

Please sign in to comment.