Skip to content

Commit

Permalink
Dependencies: update libmdbx from 0.5.2 to 0.5.3
Browse files Browse the repository at this point in the history
Eligioo authored and jsdanielh committed Jan 9, 2025
1 parent 380c80e commit e51ef2b
Showing 3 changed files with 19 additions and 31 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
@@ -12,8 +12,9 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@1.82.0
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.81.0
targets: wasm32-unknown-unknown
- uses: Swatinem/rust-cache@v2
- name: Build package
45 changes: 16 additions & 29 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion database/Cargo.toml
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ maintenance = { status = "experimental" }
workspace = true

[dependencies]
libmdbx = "0.5.2"
libmdbx = "0.5.3"
log = { workspace = true }
tempfile = "3"
thiserror = "2.0"

0 comments on commit e51ef2b

Please sign in to comment.