Skip to content

Commit

Permalink
Update to LMDB 0.9.30
Browse files Browse the repository at this point in the history
  • Loading branch information
agisboye committed Apr 24, 2023
1 parent 085980b commit 66b3589
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 @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/agisboye/CLMDB.git",
"state": {
"branch": null,
"revision": "24fd75459dd82fee490a2609c80a8def94fc695c",
"version": "0.9.29"
"revision": "3b32b6473848c139b506cc39793798a832cfb688",
"version": "0.9.30"
}
}
]
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.29")),
.package(url: "https://github.com/agisboye/CLMDB.git", .exact("0.9.30")),
],

targets: [
Expand Down

0 comments on commit 66b3589

Please sign in to comment.