Skip to content

Commit

Permalink
Upgrade rkv
Browse files Browse the repository at this point in the history
This also upgrades lmdb-rkv{,-sys} to versions that don't directly
depend on bindgen anymore, and thus won't pull in regex with all its
features.
  • Loading branch information
badboy committed Oct 28, 2019
1 parent d45ffb0 commit 4dc2c42
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 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 glean-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2018"
[dependencies]
serde = { version = "1.0.102", features = ["derive"] }
serde_json = "1.0.41"
rkv = "0.9.4"
rkv = "0.10.2"
bincode = "1.1.3"
log = "0.4.6"
uuid = { version = "0.8.1", features = ["v4"] }
Expand Down

0 comments on commit 4dc2c42

Please sign in to comment.