Skip to content

Commit

Permalink
ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zealchen committed Oct 31, 2024
1 parent 59e30de commit c88ccc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/wal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ workspace = true
[package.authors]
workspace = true

[package.edition]
workspace = true

[dependencies.rocksdb]
git = "https://github.com/tikv/rust-rocksdb.git"
rev = "85e79e52c6ad80b8c547fcb90b3cade64f141fac"
features = ["portable"]
optional = true

[package.edition]
workspace = true

[features]
wal-message-queue = ["dep:message_queue"]
wal-table-kv = ["dep:table_kv"]
Expand Down

0 comments on commit c88ccc3

Please sign in to comment.