Skip to content

Commit

Permalink
no patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
feelingsonice committed Mar 6, 2024
1 parent 4c777e4 commit e47c1c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,27 +30,27 @@ wasm-bindgen = { version = "0.2", default-features = false }
serde_json = "1.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
rocksdb = { version = "0.22.0", optional = true }
rocksdb = { version = "0.22", optional = true }
sled = { version = "0.34", optional = true }
rmp-serde = "1.1"
directories = "5.0"
redb = { version = "1.5.0", optional = true }
redb = { version = "1.5", optional = true }

[dev-dependencies]
bevy = { version = "0.13", default-features = false }
strum_macros = "0.26.1"
strum_macros = "0.26"
tempfile = "3"

[build-dependencies]
cfg_aliases = "0.2.0"
cfg_aliases = "0.2"

[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
console_error_panic_hook = "0.1"
easybench-wasm = "0.2"
web-sys = { version = "0.3", default-features = false, features = ["console"] }

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
criterion = { version = "0.5.1", features = ["html_reports"] }
criterion = { version = "0.5", features = ["html_reports"] }

[[bench]]
name = "inserts"
Expand Down

0 comments on commit e47c1c2

Please sign in to comment.