Skip to content

Commit 9e024fe

Browse files
committed
Change lmdb-mintlayer git revision to point to master instead of a PR branch
1 parent 50c0a4b commit 9e024fe

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

storage/lmdb/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ logging = { path = '../../logging' }
1010
storage-core = { path = '../core' }
1111
utils = { path = '../../utils' }
1212

13-
# Commit "Attempt to fix CI" from the branch "specify_nosync_per_tx"
14-
lmdb-mintlayer = { git = 'https://github.com/mintlayer/lmdb-rs-mintlayer.git', rev = '4427a41fc32e8b7a30bdae42ce48414a6a5d6920' }
13+
# Commit "Merge pull request #26 from mintlayer/specify_nosync_per_tx"
14+
lmdb-mintlayer = { git = 'https://github.com/mintlayer/lmdb-rs-mintlayer.git', rev = '4b894d5b8e3c0b25d05517d7c5c37128d3a737bb' }
1515

1616
[dev-dependencies]
1717
rstest.workspace = true

0 commit comments

Comments
 (0)