Skip to content

Commit

Permalink
locustdb-derive v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cswinter committed May 5, 2024
1 parent 77f9eb1 commit 269b3e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ hex = "0.3"
itertools = "0.5"
lazy_static = "1.4.0"
locustdb-compression-utils = {path = "./locustdb-compression-utils", version = "0.2.0"}
locustdb-derive = {path = "./locustdb-derive", version = "0.2.0"}
locustdb-derive = {path = "./locustdb-derive", version = "0.2.1"}
locustdb-serialization = {path = "./locustdb-serialization", version = "0.2.0"}
log = {features = ["max_level_trace", "release_max_level_debug"], version = "0.4"}
lru = "0.12"
Expand Down
2 changes: 1 addition & 1 deletion locustdb-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Macros used internally by locustdb crate."
edition = "2018"
license = "Apache-2.0"
name = "locustdb-derive"
version = "0.2.0"
version = "0.2.1"
[dependencies]
lazy_static = "1.2"
proc-macro2 = {version = "1.0"}
Expand Down

0 comments on commit 269b3e3

Please sign in to comment.