Skip to content

Commit 9ee586c

Browse files
committed
locustdb-compression-utils 0.1.1
1 parent 1843f45 commit 9ee586c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ hex = "0.3"
3030
itertools = "0.5"
3131
lazy_static = "1.4.0"
3232
locustdb-derive = {path = "./locustdb-derive", version = "0.2.0"}
33-
locustdb-compression-utils = {path = "./locustdb-compression-utils", version = "0.1.0"}
33+
locustdb-compression-utils = {path = "./locustdb-compression-utils", version = "0.1.1"}
3434
log = {features = ["max_level_trace", "release_max_level_debug"], version = "0.4"}
3535
lru = "0.12"
3636
lz4 = {version = "1.22.0", optional = true}

locustdb-compression-utils/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "locustdb-compression-utils"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
description = "Utilities for compressing and decompressing sequences used in LocustDB."
66
license-file = "../LICENSE"
@@ -21,4 +21,4 @@ rand = { version = "0.8.5", features = ["small_rng"] }
2121
debug = true
2222

2323
[profile.dev]
24-
debug = true
24+
debug = true

0 commit comments

Comments
 (0)