Skip to content

Commit

Permalink
Merge pull request #83 from EventStore/bump-version-1-24-1
Browse files Browse the repository at this point in the history
bump version  to 1.24.1
  • Loading branch information
bshelton authored Feb 16, 2024
2 parents 20bd935 + f0b5795 commit 0f97190
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 <[email protected]>", "Tim Simpson <[email protected]>"]
version = "1.24.1"
authors = [
"Yorick Laupa <[email protected]>",
"Tim Simpson <[email protected]>",
]
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 0f97190

Please sign in to comment.