Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bshelton committed Feb 16, 2024
1 parent 20bd935 commit f0b5795
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 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.

13 changes: 8 additions & 5 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
[package]
name = "esc"
version = "1.24.0"
authors = ["Yorick Laupa <yorick.laupa@eventstore.com>", "Tim Simpson <tim.simpson@eventstore.com>"]
version = "1.24.1"
authors = [
"Yorick Laupa <yorick.laupa@eventstore.com>",
"Tim Simpson <tim.simpson@eventstore.com>",
]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
esc-api = { path = "../api"}
esc-client-base = { path = "../base"}
esc-client-store = { path = "../store"}
esc-api = { path = "../api" }
esc-client-base = { path = "../base" }
esc-client-store = { path = "../store" }

structopt = "0.3"
tokio = { version = "1.18", features = ["macros", "fs", "rt-multi-thread"] }
Expand Down

0 comments on commit f0b5795

Please sign in to comment.