Update to 6.29.4 plus 752fea5d4400198bc8a591b7d795d1c8d5f12230 #12
3 changed files with 3 additions and 6 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -2,10 +2,7 @@
|
|||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
|
||||
|
||||
name: build
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
on: ["push", "pull_request", "workflow_dispatch"]
|
||||
jobs:
|
||||
manylinux:
|
||||
runs-on: ubuntu-18.04
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
from ._rocksdb import *
|
||||
|
||||
ROCKSDB_VERSION = '6.25.3' # 0103296f39ec3fd89b4cdda9687c63fde90eec24
|
||||
ROCKSDB_VERSION = '6.29.4' # ad155621274f6bb459fe390c7be268f2a22191a6
|
||||
__version__ = "0.8.2"
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 752fea5d4400198bc8a591b7d795d1c8d5f12230
|
||||
Subproject commit ad155621274f6bb459fe390c7be268f2a22191a6
|
Loading…
Reference in a new issue