Skip to content

Commit

Permalink
Downgrade rocksdb
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Apr 2, 2024
1 parent 0d8aee9 commit de6bf39
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 24 deletions.
48 changes: 25 additions & 23 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 sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ reqwest = { version = "0.12.2", default-features = false, features = [
"json",
"http2",
], optional = true }
rocksdb = { version = "0.22.0", default-features = false, features = [
rocksdb = { version = "0.21.0", default-features = false, features = [
"lz4",
], optional = true }
rumqttc = { version = "0.24.0", default-features = false, features = [
Expand Down

0 comments on commit de6bf39

Please sign in to comment.