Skip to content

Commit

Permalink
bumpup dbutils version
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n committed Oct 5, 2024
1 parent 072b376 commit 501dfbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dtlog"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
repository = "https://github.com/al8n/dtlog"
homepage = "https://github.com/al8n/dtlog"
Expand Down Expand Up @@ -39,7 +39,7 @@ std = ["rarena-allocator/std"]
memmap = ["std", "rarena-allocator/memmap"]

[dependencies]
dbutils = { version = "0.4", default-features = false }
dbutils = { version = "0.5", default-features = false }
indexsort = "0.1"
rarena-allocator = { version = "0.4", default-features = false }
viewit = "0.1.5"
Expand Down

0 comments on commit 501dfbd

Please sign in to comment.