Skip to content

Commit

Permalink
bumpup dbutils to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n committed Oct 25, 2024
1 parent 58430dc commit 6376966
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.1"
version = "0.1.2"
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.6", default-features = false }
dbutils = { version = "0.8", default-features = false }
indexsort = "0.1"
rarena-allocator = { version = "0.4", default-features = false }
viewit = "0.1.5"
Expand Down

0 comments on commit 6376966

Please sign in to comment.