Skip to content

Commit

Permalink
bump versions of dmds; release 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JieningYu committed Apr 18, 2024
1 parent f10a7b1 commit a7965e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dmds"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["JieningYu <[email protected]>"]
description = "Multidimensional database implemented in Rust"
Expand All @@ -17,9 +17,9 @@ maintenance = { status = "actively-developed" }

[dependencies]
thiserror = "1.0"
async-lock = "3.1"
futures-lite = "2.0"
bytes = "1.5"
async-lock = "3.3"
futures-lite = "2.3"
bytes = "1.6"
dashmap = "5.5"

[workspace]
Expand Down

0 comments on commit a7965e1

Please sign in to comment.