Skip to content

Commit

Permalink
amend! Update libdistore version
Browse files Browse the repository at this point in the history
Update libdistore version
  • Loading branch information
obvMellow committed Sep 6, 2024
1 parent d6443c9 commit e0fd566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["command-line-utilities"]
edition = "2021"

[dependencies]
libdistore = { path = "./libdistore", version = "0.1.1" }
libdistore = { path = "./libdistore", version = "0.1.2" }
clap = { version = "4.5.16", features = ["derive"] }
tokio = { version = "1.39.3", features = ["rt-multi-thread"] }
anyhow = "1.0.86"
Expand Down

0 comments on commit e0fd566

Please sign in to comment.