Skip to content

Commit

Permalink
Merge pull request #140 from tayloraswift/swift-6
Browse files Browse the repository at this point in the history
fix swift 6 error
  • Loading branch information
tayloraswift authored Jul 25, 2024
2 parents 054ccde + 7ab51de commit 4507ea7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "8616f911fad55688e7a9cae8f4b5b28286194fa451ee96757fbae066b9a7dd21",
"originHash" : "f1c0be8cc202c8cfa58adb939d799c19202bcb7b68b38a012bab1b08da2d6770",
"pins" : [
{
"identity" : "swift-atomics",
Expand Down Expand Up @@ -63,6 +63,15 @@
"revision" : "025bcb1165deab2e20d4eaba79967ce73013f496",
"version" : "1.2.1"
}
},
{
"identity" : "swift-unixtime",
"kind" : "remoteSourceControl",
"location" : "https://github.com/tayloraswift/swift-unixtime",
"state" : {
"revision" : "4fcd9a7234483e852eed5ab7942b9fcf9b700a5b",
"version" : "0.1.4"
}
}
],
"version" : 3
Expand Down
2 changes: 1 addition & 1 deletion Sources/MongoDriver/Sessions/Mongo.Session.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ extension Mongo

var notarizedTime:ClusterTime?
/// The current transaction state of this session.
public private(set)
public
var transaction:TransactionState
/// The local time when the last (successful) command was sent on this
/// session.
Expand Down

0 comments on commit 4507ea7

Please sign in to comment.