Skip to content

Commit

Permalink
Update to LMDB 0.9.33
Browse files Browse the repository at this point in the history
  • Loading branch information
agisboye committed Dec 13, 2024
1 parent a933e01 commit 5b6b28e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/agisboye/CLMDB.git",
"state" : {
"revision" : "430cddd13460c6d134cc0dc24e52482c76ca3352",
"version" : "0.9.31"
"revision" : "64bb8d9ee1e45f4f7b5807ea0791f3cac52f2078",
"version" : "0.9.33"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let package = Package(
],

dependencies: [
.package(url: "https://github.com/agisboye/CLMDB.git", exact: "0.9.31")
.package(url: "https://github.com/agisboye/CLMDB.git", exact: "0.9.33")
],

targets: [
Expand Down

0 comments on commit 5b6b28e

Please sign in to comment.